Plugin Directory

Changeset 2104454


Ignore:
Timestamp:
06/12/2019 07:06:31 AM (7 years ago)
Author:
xibodevelopment
Message:

updated version to include whitelist

Location:
backupwordpress/trunk
Files:
3 added
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • backupwordpress/trunk/backupwordpress.php

    r2103350 r2104454  
    44Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
    55Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
    6 Version: 3.9
     6Version: 3.10
    77Author: XIBO Ltd
    88Author URI: https://profiles.wordpress.org/xibodevelopment
  • backupwordpress/trunk/classes/class-plugin.php

    r2103350 r2104454  
    77 */
    88final class Plugin {
    9     const PLUGIN_VERSION = '3.9';
     9    const PLUGIN_VERSION = '3.10';
    1010
    1111    /**
  • backupwordpress/trunk/languages/backupwordpress.pot

    r2103350 r2104454  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: BackUpWordPress 3.9\n"
     5"Project-Id-Version: BackUpWordPress 3.10\n"
    66"Report-Msgid-Bugs-To: [email protected]\n"
    77"POT-Creation-Date: 2018-10-29 10:39:44+00:00\n"
  • backupwordpress/trunk/package-lock.json

    r1965000 r2104454  
    11{
    22  "name": "BackUpWordPress",
    3   "version": "3.7.1",
    4   "lockfileVersion": 1,
    5   "requires": true,
    6   "dependencies": {
    7     "abbrev": {
    8       "version": "1.1.1",
    9       "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
    10       "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
    11       "dev": true
    12     },
    13     "ajv": {
    14       "version": "5.5.2",
    15       "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz",
    16       "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=",
    17       "dev": true,
    18       "optional": true,
    19       "requires": {
    20         "co": "^4.6.0",
    21         "fast-deep-equal": "^1.0.0",
    22         "fast-json-stable-stringify": "^2.0.0",
    23         "json-schema-traverse": "^0.3.0"
    24       }
    25     },
    26     "amdefine": {
    27       "version": "1.0.1",
    28       "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
    29       "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
    30       "dev": true
    31     },
    32     "ansi-regex": {
    33       "version": "1.1.1",
    34       "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz",
    35       "integrity": "sha1-QchHGUZGN15qGl0Qw8oFTvn8mA0=",
    36       "dev": true
    37     },
    38     "ansi-styles": {
    39       "version": "3.2.1",
    40       "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
    41       "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
    42       "dev": true,
    43       "requires": {
    44         "color-convert": "^1.9.0"
    45       }
    46     },
    47     "aproba": {
    48       "version": "1.2.0",
    49       "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
    50       "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
    51       "dev": true
    52     },
    53     "archiver": {
    54       "version": "1.3.0",
    55       "resolved": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz",
    56       "integrity": "sha1-TyGU1tj5nfP1MeaIHxTxXVX6ryI=",
    57       "dev": true,
    58       "requires": {
    59         "archiver-utils": "^1.3.0",
    60         "async": "^2.0.0",
    61         "buffer-crc32": "^0.2.1",
    62         "glob": "^7.0.0",
    63         "lodash": "^4.8.0",
    64         "readable-stream": "^2.0.0",
    65         "tar-stream": "^1.5.0",
    66         "walkdir": "^0.0.11",
    67         "zip-stream": "^1.1.0"
    68       },
    69       "dependencies": {
    70         "async": {
    71           "version": "2.6.1",
    72           "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
    73           "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==",
    74           "dev": true,
    75           "requires": {
    76             "lodash": "^4.17.10"
    77           }
    78         }
    79       }
    80     },
    81     "archiver-utils": {
    82       "version": "1.3.0",
    83       "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz",
    84       "integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=",
    85       "dev": true,
    86       "requires": {
    87         "glob": "^7.0.0",
    88         "graceful-fs": "^4.1.0",
    89         "lazystream": "^1.0.0",
    90         "lodash": "^4.8.0",
    91         "normalize-path": "^2.0.0",
    92         "readable-stream": "^2.0.0"
    93       }
    94     },
    95     "are-we-there-yet": {
    96       "version": "1.1.5",
    97       "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
    98       "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
    99       "dev": true,
    100       "requires": {
    101         "delegates": "^1.0.0",
    102         "readable-stream": "^2.0.6"
    103       }
    104     },
    105     "argparse": {
    106       "version": "1.0.10",
    107       "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
    108       "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
    109       "dev": true,
    110       "requires": {
    111         "sprintf-js": "~1.0.2"
    112       },
    113       "dependencies": {
    114         "sprintf-js": {
    115           "version": "1.0.3",
    116           "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
    117           "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=",
    118           "dev": true
    119         }
    120       }
    121     },
    122     "array-differ": {
    123       "version": "1.0.0",
    124       "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
    125       "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
    126       "dev": true
    127     },
    128     "array-find-index": {
    129       "version": "1.0.2",
    130       "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
    131       "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
    132       "dev": true
    133     },
    134     "array-union": {
    135       "version": "1.0.2",
    136       "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
    137       "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
    138       "dev": true,
    139       "requires": {
    140         "array-uniq": "^1.0.1"
    141       }
    142     },
    143     "array-uniq": {
    144       "version": "1.0.3",
    145       "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
    146       "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
    147       "dev": true
    148     },
    149     "arrify": {
    150       "version": "1.0.1",
    151       "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
    152       "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
    153       "dev": true
    154     },
    155     "asn1": {
    156       "version": "0.2.4",
    157       "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
    158       "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
    159       "dev": true,
    160       "optional": true,
    161       "requires": {
    162         "safer-buffer": "~2.1.0"
    163       }
    164     },
    165     "assert-plus": {
    166       "version": "1.0.0",
    167       "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
    168       "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
    169       "dev": true
    170     },
    171     "async": {
    172       "version": "1.5.2",
    173       "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
    174       "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=",
    175       "dev": true
    176     },
    177     "asynckit": {
    178       "version": "0.4.0",
    179       "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
    180       "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
    181       "dev": true,
    182       "optional": true
    183     },
    184     "autoprefixer-core": {
    185       "version": "5.2.1",
    186       "resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.2.1.tgz",
    187       "integrity": "sha1-5kDEFK5Bmq4hwa1DyOoPPbgqVm0=",
    188       "dev": true,
    189       "requires": {
    190         "browserslist": "~0.4.0",
    191         "caniuse-db": "^1.0.30000214",
    192         "num2fraction": "^1.1.0",
    193         "postcss": "~4.1.12"
    194       }
    195     },
    196     "aws-sign2": {
    197       "version": "0.7.0",
    198       "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
    199       "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
    200       "dev": true,
    201       "optional": true
    202     },
    203     "aws4": {
    204       "version": "1.8.0",
    205       "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz",
    206       "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==",
    207       "dev": true,
    208       "optional": true
    209     },
    210     "balanced-match": {
    211       "version": "1.0.0",
    212       "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
    213       "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
    214       "dev": true
    215     },
    216     "base64-js": {
    217       "version": "1.3.0",
    218       "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz",
    219       "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==",
    220       "dev": true
    221     },
    222     "bcrypt-pbkdf": {
    223       "version": "1.0.2",
    224       "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
    225       "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
    226       "dev": true,
    227       "optional": true,
    228       "requires": {
    229         "tweetnacl": "^0.14.3"
    230       }
    231     },
    232     "bl": {
    233       "version": "1.2.2",
    234       "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
    235       "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==",
    236       "dev": true,
    237       "requires": {
    238         "readable-stream": "^2.3.5",
    239         "safe-buffer": "^5.1.1"
    240       }
    241     },
    242     "block-stream": {
    243       "version": "0.0.9",
    244       "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
    245       "integrity": "sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo=",
    246       "dev": true,
    247       "optional": true,
    248       "requires": {
    249         "inherits": "~2.0.0"
    250       }
    251     },
    252     "bluebird": {
    253       "version": "3.5.2",
    254       "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.2.tgz",
    255       "integrity": "sha512-dhHTWMI7kMx5whMQntl7Vr9C6BvV10lFXDAasnqnrMYhXVCzzk6IO9Fo2L75jXHT07WrOngL1WDXOp+yYS91Yg==",
    256       "dev": true
    257     },
    258     "brace-expansion": {
    259       "version": "1.1.11",
    260       "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
    261       "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
    262       "dev": true,
    263       "requires": {
    264         "balanced-match": "^1.0.0",
    265         "concat-map": "0.0.1"
    266       }
    267     },
    268     "browserslist": {
    269       "version": "0.4.0",
    270       "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-0.4.0.tgz",
    271       "integrity": "sha1-O9SrkZncG5FQ1NbbpNnTqrvIbdQ=",
    272       "dev": true,
    273       "requires": {
    274         "caniuse-db": "^1.0.30000153"
    275       }
    276     },
    277     "buffer": {
    278       "version": "5.2.1",
    279       "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz",
    280       "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==",
    281       "dev": true,
    282       "requires": {
    283         "base64-js": "^1.0.2",
    284         "ieee754": "^1.1.4"
    285       }
    286     },
    287     "buffer-alloc": {
    288       "version": "1.2.0",
    289       "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
    290       "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==",
    291       "dev": true,
    292       "requires": {
    293         "buffer-alloc-unsafe": "^1.1.0",
    294         "buffer-fill": "^1.0.0"
    295       }
    296     },
    297     "buffer-alloc-unsafe": {
    298       "version": "1.1.0",
    299       "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
    300       "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==",
    301       "dev": true
    302     },
    303     "buffer-crc32": {
    304       "version": "0.2.13",
    305       "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
    306       "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
    307       "dev": true
    308     },
    309     "buffer-fill": {
    310       "version": "1.0.0",
    311       "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz",
    312       "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=",
    313       "dev": true
    314     },
    315     "buffer-from": {
    316       "version": "1.1.1",
    317       "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz",
    318       "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==",
    319       "dev": true,
    320       "optional": true
    321     },
    322     "builtin-modules": {
    323       "version": "1.1.1",
    324       "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
    325       "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
    326       "dev": true
    327     },
    328     "camelcase": {
    329       "version": "2.1.1",
    330       "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
    331       "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
    332       "dev": true
    333     },
    334     "camelcase-keys": {
    335       "version": "2.1.0",
    336       "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
    337       "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
    338       "dev": true,
    339       "requires": {
    340         "camelcase": "^2.0.0",
    341         "map-obj": "^1.0.0"
    342       }
    343     },
    344     "caniuse-db": {
    345       "version": "1.0.30000884",
    346       "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000884.tgz",
    347       "integrity": "sha512-jVcZPhqrsyohOBAoYpf87mfKIL80XtQH9B1XQ3Ac8nMUKGld+QuFtc+ZaXKAUlE9o8vYLlUAooihB30VRPu0rA==",
    348       "dev": true
    349     },
    350     "caseless": {
    351       "version": "0.12.0",
    352       "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
    353       "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
    354       "dev": true,
    355       "optional": true
    356     },
    357     "chalk": {
    358       "version": "2.4.1",
    359       "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
    360       "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
    361       "dev": true,
    362       "requires": {
    363         "ansi-styles": "^3.2.1",
    364         "escape-string-regexp": "^1.0.5",
    365         "supports-color": "^5.3.0"
    366       }
    367     },
    368     "chownr": {
    369       "version": "1.0.1",
    370       "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz",
    371       "integrity": "sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=",
    372       "dev": true,
    373       "optional": true
    374     },
    375     "clean-css": {
    376       "version": "4.1.11",
    377       "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
    378       "integrity": "sha1-Ls3xRaujj1R0DybO/Q/z4D4SXWo=",
    379       "dev": true,
    380       "requires": {
    381         "source-map": "0.5.x"
    382       },
    383       "dependencies": {
    384         "source-map": {
    385           "version": "0.5.7",
    386           "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
    387           "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
    388           "dev": true
    389         }
    390       }
    391     },
    392     "cli": {
    393       "version": "1.0.1",
    394       "resolved": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
    395       "integrity": "sha1-IoF1NPJL+klQw01TLUjsvGIbjBQ=",
    396       "dev": true,
    397       "requires": {
    398         "exit": "0.1.2",
    399         "glob": "^7.1.1"
    400       },
    401       "dependencies": {
    402         "glob": {
    403           "version": "7.1.3",
    404           "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
    405           "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
    406           "dev": true,
    407           "requires": {
    408             "fs.realpath": "^1.0.0",
    409             "inflight": "^1.0.4",
    410             "inherits": "2",
    411             "minimatch": "^3.0.4",
    412             "once": "^1.3.0",
    413             "path-is-absolute": "^1.0.0"
    414           }
    415         }
    416       }
    417     },
    418     "cli-color": {
    419       "version": "0.2.3",
    420       "resolved": "https://registry.npmjs.org/cli-color/-/cli-color-0.2.3.tgz",
    421       "integrity": "sha1-CiXOrlpqFgK+f3fShWPDZwAnTog=",
    422       "dev": true,
    423       "requires": {
    424         "es5-ext": "~0.9.2",
    425         "memoizee": "~0.2.5"
    426       }
    427     },
    428     "co": {
    429       "version": "4.6.0",
    430       "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
    431       "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
    432       "dev": true,
    433       "optional": true
    434     },
    435     "code-point-at": {
    436       "version": "1.1.0",
    437       "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
    438       "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
    439       "dev": true
    440     },
    441     "coffeescript": {
    442       "version": "1.10.0",
    443       "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.10.0.tgz",
    444       "integrity": "sha1-56qDAZF+9iGzXYo580jc3R234z4=",
    445       "dev": true
    446     },
    447     "color-convert": {
    448       "version": "1.9.3",
    449       "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
    450       "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
    451       "dev": true,
    452       "requires": {
    453         "color-name": "1.1.3"
    454       }
    455     },
    456     "color-name": {
    457       "version": "1.1.3",
    458       "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
    459       "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
    460       "dev": true
    461     },
    462     "colors": {
    463       "version": "1.1.2",
    464       "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
    465       "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
    466       "dev": true
    467     },
    468     "combined-stream": {
    469       "version": "1.0.6",
    470       "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz",
    471       "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=",
    472       "dev": true,
    473       "requires": {
    474         "delayed-stream": "~1.0.0"
    475       }
    476     },
    477     "commander": {
    478       "version": "2.17.1",
    479       "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz",
    480       "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==",
    481       "dev": true
    482     },
    483     "compress-commons": {
    484       "version": "1.2.2",
    485       "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-1.2.2.tgz",
    486       "integrity": "sha1-UkqfEJA/OoEzibAiXSfEi7dRiQ8=",
    487       "dev": true,
    488       "requires": {
    489         "buffer-crc32": "^0.2.1",
    490         "crc32-stream": "^2.0.0",
    491         "normalize-path": "^2.0.0",
    492         "readable-stream": "^2.0.0"
    493       }
    494     },
    495     "concat-map": {
    496       "version": "0.0.1",
    497       "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
    498       "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
    499       "dev": true
    500     },
    501     "concat-stream": {
    502       "version": "1.6.2",
    503       "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
    504       "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
    505       "dev": true,
    506       "optional": true,
    507       "requires": {
    508         "buffer-from": "^1.0.0",
    509         "inherits": "^2.0.3",
    510         "readable-stream": "^2.2.2",
    511         "typedarray": "^0.0.6"
    512       }
    513     },
    514     "console-browserify": {
    515       "version": "1.1.0",
    516       "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
    517       "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=",
    518       "dev": true,
    519       "requires": {
    520         "date-now": "^0.1.4"
    521       }
    522     },
    523     "console-control-strings": {
    524       "version": "1.1.0",
    525       "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
    526       "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
    527       "dev": true
    528     },
    529     "core-util-is": {
    530       "version": "1.0.2",
    531       "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
    532       "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
    533       "dev": true
    534     },
    535     "crc": {
    536       "version": "3.8.0",
    537       "resolved": "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz",
    538       "integrity": "sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==",
    539       "dev": true,
    540       "requires": {
    541         "buffer": "^5.1.0"
    542       }
    543     },
    544     "crc32-stream": {
    545       "version": "2.0.0",
    546       "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-2.0.0.tgz",
    547       "integrity": "sha1-483TtN8xaN10494/u8t7KX/pCPQ=",
    548       "dev": true,
    549       "requires": {
    550         "crc": "^3.4.4",
    551         "readable-stream": "^2.0.0"
    552       }
    553     },
    554     "cson": {
    555       "version": "3.0.2",
    556       "resolved": "https://registry.npmjs.org/cson/-/cson-3.0.2.tgz",
    557       "integrity": "sha1-g+6Qids8JUvsHpjkmNmqzxGtzFQ=",
    558       "dev": true,
    559       "requires": {
    560         "coffee-script": "^1.9.0",
    561         "cson-parser": "^1.0.6",
    562         "extract-opts": "^3.0.1",
    563         "requirefresh": "^2.0.0",
    564         "safefs": "^4.0.0"
    565       },
    566       "dependencies": {
    567         "coffee-script": {
    568           "version": "1.12.7",
    569           "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz",
    570           "integrity": "sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==",
    571           "dev": true
    572         }
    573       }
    574     },
    575     "cson-parser": {
    576       "version": "1.3.5",
    577       "resolved": "https://registry.npmjs.org/cson-parser/-/cson-parser-1.3.5.tgz",
    578       "integrity": "sha1-fsZ14DkUVTO/KmqFYHPxWZ2cLSQ=",
    579       "dev": true,
    580       "requires": {
    581         "coffee-script": "^1.10.0"
    582       },
    583       "dependencies": {
    584         "coffee-script": {
    585           "version": "1.12.7",
    586           "resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.12.7.tgz",
    587           "integrity": "sha512-fLeEhqwymYat/MpTPUjSKHVYYl0ec2mOyALEMLmzr5i1isuG+6jfI2j2d5oBO3VIzgUXgBVIcOT9uH1TFxBckw==",
    588           "dev": true
    589         }
    590       }
    591     },
    592     "currently-unhandled": {
    593       "version": "0.4.1",
    594       "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
    595       "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
    596       "dev": true,
    597       "requires": {
    598         "array-find-index": "^1.0.1"
    599       }
    600     },
    601     "cycle": {
    602       "version": "1.0.3",
    603       "resolved": "https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz",
    604       "integrity": "sha1-IegLK+hYD5i0aPN5QwZisEbDStI=",
    605       "dev": true,
    606       "optional": true
    607     },
    608     "dashdash": {
    609       "version": "1.14.1",
    610       "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
    611       "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
    612       "dev": true,
    613       "optional": true,
    614       "requires": {
    615         "assert-plus": "^1.0.0"
    616       }
    617     },
    618     "date-now": {
    619       "version": "0.1.4",
    620       "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
    621       "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=",
    622       "dev": true
    623     },
    624     "dateformat": {
    625       "version": "1.0.12",
    626       "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
    627       "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
    628       "dev": true,
    629       "requires": {
    630         "get-stdin": "^4.0.1",
    631         "meow": "^3.3.0"
    632       }
    633     },
    634     "debug": {
    635       "version": "2.6.9",
    636       "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
    637       "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
    638       "dev": true,
    639       "optional": true,
    640       "requires": {
    641         "ms": "2.0.0"
    642       }
    643     },
    644     "decamelize": {
    645       "version": "1.2.0",
    646       "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
    647       "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
    648       "dev": true
    649     },
    650     "decompress-response": {
    651       "version": "3.3.0",
    652       "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz",
    653       "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=",
    654       "dev": true,
    655       "optional": true,
    656       "requires": {
    657         "mimic-response": "^1.0.0"
    658       }
    659     },
    660     "deep-extend": {
    661       "version": "0.6.0",
    662       "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
    663       "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
    664       "dev": true,
    665       "optional": true
    666     },
    667     "delayed-stream": {
    668       "version": "1.0.0",
    669       "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
    670       "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
    671       "dev": true
    672     },
    673     "delegates": {
    674       "version": "1.0.0",
    675       "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
    676       "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
    677       "dev": true
    678     },
    679     "detect-libc": {
    680       "version": "0.2.0",
    681       "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-0.2.0.tgz",
    682       "integrity": "sha1-R/31ZzSKF+wl/L8LnkRjSKdvn7U=",
    683       "dev": true,
    684       "optional": true
    685     },
    686     "diff": {
    687       "version": "1.3.2",
    688       "resolved": "https://registry.npmjs.org/diff/-/diff-1.3.2.tgz",
    689       "integrity": "sha1-/Qeh8fiRUZ2ZBaTJqJ3PWnC2YDc=",
    690       "dev": true
    691     },
    692     "dom-serializer": {
    693       "version": "0.1.0",
    694       "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
    695       "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
    696       "dev": true,
    697       "requires": {
    698         "domelementtype": "~1.1.1",
    699         "entities": "~1.1.1"
    700       },
    701       "dependencies": {
    702         "domelementtype": {
    703           "version": "1.1.3",
    704           "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
    705           "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=",
    706           "dev": true
    707         },
    708         "entities": {
    709           "version": "1.1.1",
    710           "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
    711           "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=",
    712           "dev": true
    713         }
    714       }
    715     },
    716     "domelementtype": {
    717       "version": "1.3.0",
    718       "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
    719       "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=",
    720       "dev": true
    721     },
    722     "domhandler": {
    723       "version": "2.3.0",
    724       "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
    725       "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=",
    726       "dev": true,
    727       "requires": {
    728         "domelementtype": "1"
    729       }
    730     },
    731     "domutils": {
    732       "version": "1.5.1",
    733       "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
    734       "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
    735       "dev": true,
    736       "requires": {
    737         "dom-serializer": "0",
    738         "domelementtype": "1"
    739       }
    740     },
    741     "duplexer": {
    742       "version": "0.1.1",
    743       "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
    744       "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
    745       "dev": true
    746     },
    747     "eachr": {
    748       "version": "3.2.0",
    749       "resolved": "https://registry.npmjs.org/eachr/-/eachr-3.2.0.tgz",
    750       "integrity": "sha1-LDXkPqCGUW95l8+At6pk1VpKRIQ=",
    751       "dev": true,
    752       "requires": {
    753         "editions": "^1.1.1",
    754         "typechecker": "^4.3.0"
    755       }
    756     },
    757     "ecc-jsbn": {
    758       "version": "0.1.2",
    759       "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
    760       "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
    761       "dev": true,
    762       "optional": true,
    763       "requires": {
    764         "jsbn": "~0.1.0",
    765         "safer-buffer": "^2.1.0"
    766       }
    767     },
    768     "editions": {
    769       "version": "1.3.4",
    770       "resolved": "https://registry.npmjs.org/editions/-/editions-1.3.4.tgz",
    771       "integrity": "sha512-gzao+mxnYDzIysXKMQi/+M1mjy/rjestjg6OPoYTtI+3Izp23oiGZitsl9lPDPiTGXbcSIk1iJWhliSaglxnUg==",
    772       "dev": true
    773     },
    774     "encoding": {
    775       "version": "0.1.12",
    776       "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
    777       "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=",
    778       "dev": true,
    779       "requires": {
    780         "iconv-lite": "~0.4.13"
    781       }
    782     },
    783     "end-of-stream": {
    784       "version": "1.4.1",
    785       "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
    786       "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==",
    787       "dev": true,
    788       "requires": {
    789         "once": "^1.4.0"
    790       }
    791     },
    792     "entities": {
    793       "version": "1.0.0",
    794       "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz",
    795       "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=",
    796       "dev": true
    797     },
    798     "errlop": {
    799       "version": "1.0.3",
    800       "resolved": "https://registry.npmjs.org/errlop/-/errlop-1.0.3.tgz",
    801       "integrity": "sha512-5VTnt0yikY4LlQEfCXVSqfE6oLj1HVM4zVSvAKMnoYjL/zrb6nqiLowZS4XlG7xENfyj7lpYWvT+wfSCr6dtlA==",
    802       "dev": true,
    803       "requires": {
    804         "editions": "^1.3.4"
    805       }
    806     },
    807     "error-ex": {
    808       "version": "1.3.2",
    809       "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
    810       "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
    811       "dev": true,
    812       "requires": {
    813         "is-arrayish": "^0.2.1"
    814       }
    815     },
    816     "es5-ext": {
    817       "version": "0.9.2",
    818       "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.9.2.tgz",
    819       "integrity": "sha1-0uMJ0fIjsHGGSINaz1uII6gGH4o=",
    820       "dev": true
    821     },
    822     "es6-promise": {
    823       "version": "2.3.0",
    824       "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-2.3.0.tgz",
    825       "integrity": "sha1-lu258v2wGZWCKyY92KratnSBgbw=",
    826       "dev": true
    827     },
    828     "escape-string-regexp": {
    829       "version": "1.0.5",
    830       "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
    831       "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
    832       "dev": true
    833     },
    834     "esprima": {
    835       "version": "2.7.3",
    836       "resolved": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
    837       "integrity": "sha1-luO3DVd59q1JzQMmc9HDEnZ7pYE=",
    838       "dev": true
    839     },
    840     "event-emitter": {
    841       "version": "0.2.2",
    842       "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.2.2.tgz",
    843       "integrity": "sha1-yB43JOtVQHxaDV7jKZQR9wD1QpE=",
    844       "dev": true,
    845       "requires": {
    846         "es5-ext": "~0.9.2"
    847       }
    848     },
    849     "eventemitter2": {
    850       "version": "0.4.14",
    851       "resolved": "http://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
    852       "integrity": "sha1-j2G3XN4BKy6esoTUVFWDtWQ7Yas=",
    853       "dev": true
    854     },
    855     "exit": {
    856       "version": "0.1.2",
    857       "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
    858       "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
    859       "dev": true
    860     },
    861     "expand-template": {
    862       "version": "1.1.1",
    863       "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-1.1.1.tgz",
    864       "integrity": "sha512-cebqLtV8KOZfw0UI8TEFWxtczxxC1jvyUvx6H4fyp1K1FN7A4Q+uggVUlOsI1K8AGU0rwOGqP8nCapdrw8CYQg==",
    865       "dev": true,
    866       "optional": true
    867     },
    868     "extend": {
    869       "version": "3.0.2",
    870       "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
    871       "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
    872       "dev": true,
    873       "optional": true
    874     },
    875     "extract-opts": {
    876       "version": "3.3.1",
    877       "resolved": "https://registry.npmjs.org/extract-opts/-/extract-opts-3.3.1.tgz",
    878       "integrity": "sha1-WrvtyYwNUgLjJ4cn+Rktfghsa+E=",
    879       "dev": true,
    880       "requires": {
    881         "eachr": "^3.2.0",
    882         "editions": "^1.1.1",
    883         "typechecker": "^4.3.0"
    884       }
    885     },
    886     "extract-zip": {
    887       "version": "1.6.7",
    888       "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.6.7.tgz",
    889       "integrity": "sha1-qEC0uK9kAyZMjbV/Txp0Mz74H+k=",
    890       "dev": true,
    891       "optional": true,
    892       "requires": {
    893         "concat-stream": "1.6.2",
    894         "debug": "2.6.9",
    895         "mkdirp": "0.5.1",
    896         "yauzl": "2.4.1"
    897       }
    898     },
    899     "extsprintf": {
    900       "version": "1.3.0",
    901       "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
    902       "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
    903       "dev": true
    904     },
    905     "eyes": {
    906       "version": "0.1.8",
    907       "resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
    908       "integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=",
    909       "dev": true,
    910       "optional": true
    911     },
    912     "fast-deep-equal": {
    913       "version": "1.1.0",
    914       "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz",
    915       "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=",
    916       "dev": true,
    917       "optional": true
    918     },
    919     "fast-json-stable-stringify": {
    920       "version": "2.0.0",
    921       "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
    922       "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=",
    923       "dev": true,
    924       "optional": true
    925     },
    926     "fd-slicer": {
    927       "version": "1.0.1",
    928       "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz",
    929       "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=",
    930       "dev": true,
    931       "optional": true,
    932       "requires": {
    933         "pend": "~1.2.0"
    934       }
    935     },
    936     "figures": {
    937       "version": "1.7.0",
    938       "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz",
    939       "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=",
    940       "dev": true,
    941       "requires": {
    942         "escape-string-regexp": "^1.0.5",
    943         "object-assign": "^4.1.0"
    944       }
    945     },
    946     "file-sync-cmp": {
    947       "version": "0.1.1",
    948       "resolved": "https://registry.npmjs.org/file-sync-cmp/-/file-sync-cmp-0.1.1.tgz",
    949       "integrity": "sha1-peeo/7+kk7Q7kju9TKiaU7Y7YSs=",
    950       "dev": true
    951     },
    952     "find-up": {
    953       "version": "1.1.2",
    954       "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
    955       "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
    956       "dev": true,
    957       "requires": {
    958         "path-exists": "^2.0.0",
    959         "pinkie-promise": "^2.0.0"
    960       }
    961     },
    962     "findup-sync": {
    963       "version": "0.3.0",
    964       "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
    965       "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
    966       "dev": true,
    967       "requires": {
    968         "glob": "~5.0.0"
    969       },
    970       "dependencies": {
    971         "glob": {
    972           "version": "5.0.15",
    973           "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
    974           "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
    975           "dev": true,
    976           "requires": {
    977             "inflight": "^1.0.4",
    978             "inherits": "2",
    979             "minimatch": "2 || 3",
    980             "once": "^1.3.0",
    981             "path-is-absolute": "^1.0.0"
    982           }
    983         }
    984       }
    985     },
    986     "forever-agent": {
    987       "version": "0.6.1",
    988       "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
    989       "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
    990       "dev": true,
    991       "optional": true
    992     },
    993     "form-data": {
    994       "version": "2.3.2",
    995       "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz",
    996       "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=",
    997       "dev": true,
    998       "optional": true,
    999       "requires": {
    1000         "asynckit": "^0.4.0",
    1001         "combined-stream": "1.0.6",
    1002         "mime-types": "^2.1.12"
    1003       }
    1004     },
    1005     "fs-constants": {
    1006       "version": "1.0.0",
    1007       "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
    1008       "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
    1009       "dev": true
    1010     },
    1011     "fs-extra": {
    1012       "version": "1.0.0",
    1013       "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz",
    1014       "integrity": "sha1-zTzl9+fLYUWIP8rjGR6Yd/hYeVA=",
    1015       "dev": true,
    1016       "optional": true,
    1017       "requires": {
    1018         "graceful-fs": "^4.1.2",
    1019         "jsonfile": "^2.1.0",
    1020         "klaw": "^1.0.0"
    1021       }
    1022     },
    1023     "fs.realpath": {
    1024       "version": "1.0.0",
    1025       "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
    1026       "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
    1027       "dev": true
    1028     },
    1029     "fstream": {
    1030       "version": "1.0.11",
    1031       "resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
    1032       "integrity": "sha1-XB+x8RdHcRTwYyoOtLcbPLD9MXE=",
    1033       "dev": true,
    1034       "requires": {
    1035         "graceful-fs": "^4.1.2",
    1036         "inherits": "~2.0.0",
    1037         "mkdirp": ">=0.5 0",
    1038         "rimraf": "2"
    1039       }
    1040     },
    1041     "gauge": {
    1042       "version": "2.7.4",
    1043       "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
    1044       "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
    1045       "dev": true,
    1046       "requires": {
    1047         "aproba": "^1.0.3",
    1048         "console-control-strings": "^1.0.0",
    1049         "has-unicode": "^2.0.0",
    1050         "object-assign": "^4.1.0",
    1051         "signal-exit": "^3.0.0",
    1052         "string-width": "^1.0.1",
    1053         "strip-ansi": "^3.0.1",
    1054         "wide-align": "^1.1.0"
    1055       },
    1056       "dependencies": {
    1057         "ansi-regex": {
    1058           "version": "2.1.1",
    1059           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    1060           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    1061           "dev": true
    1062         },
    1063         "strip-ansi": {
    1064           "version": "3.0.1",
    1065           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    1066           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    1067           "dev": true,
    1068           "requires": {
    1069             "ansi-regex": "^2.0.0"
    1070           }
    1071         }
    1072       }
    1073     },
    1074     "get-stdin": {
    1075       "version": "4.0.1",
    1076       "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
    1077       "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
    1078       "dev": true
    1079     },
    1080     "getobject": {
    1081       "version": "0.1.0",
    1082       "resolved": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
    1083       "integrity": "sha1-BHpEl4n6Fg0Bj1SG7ZEyC27HiFw=",
    1084       "dev": true
    1085     },
    1086     "getpass": {
    1087       "version": "0.1.7",
    1088       "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
    1089       "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
    1090       "dev": true,
    1091       "optional": true,
    1092       "requires": {
    1093         "assert-plus": "^1.0.0"
    1094       }
    1095     },
    1096     "gettext-parser": {
    1097       "version": "2.0.0",
    1098       "resolved": "https://registry.npmjs.org/gettext-parser/-/gettext-parser-2.0.0.tgz",
    1099       "integrity": "sha512-FDs/7XjNw58ToQwJFO7avZZbPecSYgw8PBYhd0An+4JtZSrSzKhEvTsVV2uqdO7VziWTOGSgLGD5YRPdsCjF7Q==",
    1100       "dev": true,
    1101       "requires": {
    1102         "encoding": "^0.1.12",
    1103         "safe-buffer": "^5.1.2"
    1104       }
    1105     },
    1106     "github-from-package": {
    1107       "version": "0.0.0",
    1108       "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
    1109       "integrity": "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=",
    1110       "dev": true,
    1111       "optional": true
    1112     },
    1113     "glob": {
    1114       "version": "7.0.6",
    1115       "resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
    1116       "integrity": "sha1-IRuvr0nlJbjNkyYNFKsTYVKz9Xo=",
    1117       "dev": true,
    1118       "requires": {
    1119         "fs.realpath": "^1.0.0",
    1120         "inflight": "^1.0.4",
    1121         "inherits": "2",
    1122         "minimatch": "^3.0.2",
    1123         "once": "^1.3.0",
    1124         "path-is-absolute": "^1.0.0"
    1125       }
    1126     },
    1127     "graceful-fs": {
    1128       "version": "4.1.11",
    1129       "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz",
    1130       "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=",
    1131       "dev": true
    1132     },
    1133     "grunt": {
    1134       "version": "1.0.3",
    1135       "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.3.tgz",
    1136       "integrity": "sha512-/JzmZNPfKorlCrrmxWqQO4JVodO+DVd5XX4DkocL/1WlLlKVLE9+SdEIempOAxDhWPysLle6afvn/hg7Ck2k9g==",
    1137       "dev": true,
    1138       "requires": {
    1139         "coffeescript": "~1.10.0",
    1140         "dateformat": "~1.0.12",
    1141         "eventemitter2": "~0.4.13",
    1142         "exit": "~0.1.1",
    1143         "findup-sync": "~0.3.0",
    1144         "glob": "~7.0.0",
    1145         "grunt-cli": "~1.2.0",
    1146         "grunt-known-options": "~1.1.0",
    1147         "grunt-legacy-log": "~2.0.0",
    1148         "grunt-legacy-util": "~1.1.1",
    1149         "iconv-lite": "~0.4.13",
    1150         "js-yaml": "~3.5.2",
    1151         "minimatch": "~3.0.2",
    1152         "mkdirp": "~0.5.1",
    1153         "nopt": "~3.0.6",
    1154         "path-is-absolute": "~1.0.0",
    1155         "rimraf": "~2.6.2"
    1156       },
    1157       "dependencies": {
    1158         "grunt-cli": {
    1159           "version": "1.2.0",
    1160           "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.2.0.tgz",
    1161           "integrity": "sha1-VisRnrsGndtGSs4oRVAb6Xs1tqg=",
    1162           "dev": true,
    1163           "requires": {
    1164             "findup-sync": "~0.3.0",
    1165             "grunt-known-options": "~1.1.0",
    1166             "nopt": "~3.0.6",
    1167             "resolve": "~1.1.0"
    1168           }
    1169         }
    1170       }
    1171     },
    1172     "grunt-autoprefixer": {
    1173       "version": "3.0.4",
    1174       "resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-3.0.4.tgz",
    1175       "integrity": "sha1-/kLiR7z6ucKSoSwGLa1PNb3pAsU=",
    1176       "dev": true,
    1177       "requires": {
    1178         "autoprefixer-core": "^5.1.7",
    1179         "chalk": "~1.0.0",
    1180         "diff": "~1.3.0",
    1181         "postcss": "^4.1.11"
    1182       },
    1183       "dependencies": {
    1184         "ansi-styles": {
    1185           "version": "2.2.1",
    1186           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    1187           "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
    1188           "dev": true
    1189         },
    1190         "chalk": {
    1191           "version": "1.0.0",
    1192           "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz",
    1193           "integrity": "sha1-s89O0P9Tl8mcdbj2edsvUoMfltw=",
    1194           "dev": true,
    1195           "requires": {
    1196             "ansi-styles": "^2.0.1",
    1197             "escape-string-regexp": "^1.0.2",
    1198             "has-ansi": "^1.0.3",
    1199             "strip-ansi": "^2.0.1",
    1200             "supports-color": "^1.3.0"
    1201           }
    1202         },
    1203         "supports-color": {
    1204           "version": "1.3.1",
    1205           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz",
    1206           "integrity": "sha1-FXWN8J2P87SswwdTn6vicJXhBC0=",
    1207           "dev": true
    1208         }
    1209       }
    1210     },
    1211     "grunt-bumpup": {
    1212       "version": "0.6.3",
    1213       "resolved": "https://registry.npmjs.org/grunt-bumpup/-/grunt-bumpup-0.6.3.tgz",
    1214       "integrity": "sha1-dU6Wu2pTN9C5VInl3EmWuvyLtBQ=",
    1215       "dev": true,
    1216       "requires": {
    1217         "moment": "^2.8.3",
    1218         "semver": "^4.0.3"
    1219       },
    1220       "dependencies": {
    1221         "semver": {
    1222           "version": "4.3.6",
    1223           "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
    1224           "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
    1225           "dev": true
    1226         }
    1227       }
    1228     },
    1229     "grunt-checktextdomain": {
    1230       "version": "1.0.1",
    1231       "resolved": "https://registry.npmjs.org/grunt-checktextdomain/-/grunt-checktextdomain-1.0.1.tgz",
    1232       "integrity": "sha1-slTQHh3pEwBdTbHFMD2QI7mD4Zs=",
    1233       "dev": true,
    1234       "requires": {
    1235         "chalk": "~0.2.1",
    1236         "text-table": "~0.2.0"
    1237       },
    1238       "dependencies": {
    1239         "ansi-styles": {
    1240           "version": "0.2.0",
    1241           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz",
    1242           "integrity": "sha1-NZq0sV3NZLptdHNLcsNjYKmvLBk=",
    1243           "dev": true
    1244         },
    1245         "chalk": {
    1246           "version": "0.2.1",
    1247           "resolved": "http://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz",
    1248           "integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",
    1249           "dev": true,
    1250           "requires": {
    1251             "ansi-styles": "~0.2.0",
    1252             "has-color": "~0.1.0"
    1253           }
    1254         }
    1255       }
    1256     },
    1257     "grunt-checkwpversion": {
    1258       "version": "0.3.0",
    1259       "resolved": "https://registry.npmjs.org/grunt-checkwpversion/-/grunt-checkwpversion-0.3.0.tgz",
    1260       "integrity": "sha1-o/6hDVDy6beMv7hgckwVy2G/m+E=",
    1261       "dev": true,
    1262       "requires": {
    1263         "chalk": "~0.2.1"
    1264       },
    1265       "dependencies": {
    1266         "ansi-styles": {
    1267           "version": "0.2.0",
    1268           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-0.2.0.tgz",
    1269           "integrity": "sha1-NZq0sV3NZLptdHNLcsNjYKmvLBk=",
    1270           "dev": true
    1271         },
    1272         "chalk": {
    1273           "version": "0.2.1",
    1274           "resolved": "http://registry.npmjs.org/chalk/-/chalk-0.2.1.tgz",
    1275           "integrity": "sha1-dhPhV1FFshOGSD9/SFql/6jL0Qw=",
    1276           "dev": true,
    1277           "requires": {
    1278             "ansi-styles": "~0.2.0",
    1279             "has-color": "~0.1.0"
    1280           }
    1281         }
    1282       }
    1283     },
    1284     "grunt-contrib-clean": {
    1285       "version": "1.1.0",
    1286       "resolved": "https://registry.npmjs.org/grunt-contrib-clean/-/grunt-contrib-clean-1.1.0.tgz",
    1287       "integrity": "sha1-Vkq/LQN4qYOhW54/MO51tzjEBjg=",
    1288       "dev": true,
    1289       "requires": {
    1290         "async": "^1.5.2",
    1291         "rimraf": "^2.5.1"
    1292       }
    1293     },
    1294     "grunt-contrib-compress": {
    1295       "version": "1.4.3",
    1296       "resolved": "https://registry.npmjs.org/grunt-contrib-compress/-/grunt-contrib-compress-1.4.3.tgz",
    1297       "integrity": "sha1-Ac7/ucY39S5wgfRjdQmD0KOw+nM=",
    1298       "dev": true,
    1299       "requires": {
    1300         "archiver": "^1.3.0",
    1301         "chalk": "^1.1.1",
    1302         "iltorb": "^1.0.13",
    1303         "lodash": "^4.7.0",
    1304         "pretty-bytes": "^4.0.2",
    1305         "stream-buffers": "^2.1.0"
    1306       },
    1307       "dependencies": {
    1308         "ansi-regex": {
    1309           "version": "2.1.1",
    1310           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    1311           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    1312           "dev": true
    1313         },
    1314         "ansi-styles": {
    1315           "version": "2.2.1",
    1316           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    1317           "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
    1318           "dev": true
    1319         },
    1320         "chalk": {
    1321           "version": "1.1.3",
    1322           "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
    1323           "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
    1324           "dev": true,
    1325           "requires": {
    1326             "ansi-styles": "^2.2.1",
    1327             "escape-string-regexp": "^1.0.2",
    1328             "has-ansi": "^2.0.0",
    1329             "strip-ansi": "^3.0.0",
    1330             "supports-color": "^2.0.0"
    1331           }
    1332         },
    1333         "has-ansi": {
    1334           "version": "2.0.0",
    1335           "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
    1336           "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
    1337           "dev": true,
    1338           "requires": {
    1339             "ansi-regex": "^2.0.0"
    1340           }
    1341         },
    1342         "strip-ansi": {
    1343           "version": "3.0.1",
    1344           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    1345           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    1346           "dev": true,
    1347           "requires": {
    1348             "ansi-regex": "^2.0.0"
    1349           }
    1350         },
    1351         "supports-color": {
    1352           "version": "2.0.0",
    1353           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
    1354           "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
    1355           "dev": true
    1356         }
    1357       }
    1358     },
    1359     "grunt-contrib-concat": {
    1360       "version": "1.0.1",
    1361       "resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-1.0.1.tgz",
    1362       "integrity": "sha1-YVCYYwhOhx1+ht5IwBUlntl3Rb0=",
    1363       "dev": true,
    1364       "requires": {
    1365         "chalk": "^1.0.0",
    1366         "source-map": "^0.5.3"
    1367       },
    1368       "dependencies": {
    1369         "ansi-regex": {
    1370           "version": "2.1.1",
    1371           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    1372           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    1373           "dev": true
    1374         },
    1375         "ansi-styles": {
    1376           "version": "2.2.1",
    1377           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    1378           "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
    1379           "dev": true
    1380         },
    1381         "chalk": {
    1382           "version": "1.1.3",
    1383           "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
    1384           "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
    1385           "dev": true,
    1386           "requires": {
    1387             "ansi-styles": "^2.2.1",
    1388             "escape-string-regexp": "^1.0.2",
    1389             "has-ansi": "^2.0.0",
    1390             "strip-ansi": "^3.0.0",
    1391             "supports-color": "^2.0.0"
    1392           }
    1393         },
    1394         "has-ansi": {
    1395           "version": "2.0.0",
    1396           "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
    1397           "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
    1398           "dev": true,
    1399           "requires": {
    1400             "ansi-regex": "^2.0.0"
    1401           }
    1402         },
    1403         "source-map": {
    1404           "version": "0.5.7",
    1405           "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
    1406           "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
    1407           "dev": true
    1408         },
    1409         "strip-ansi": {
    1410           "version": "3.0.1",
    1411           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    1412           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    1413           "dev": true,
    1414           "requires": {
    1415             "ansi-regex": "^2.0.0"
    1416           }
    1417         },
    1418         "supports-color": {
    1419           "version": "2.0.0",
    1420           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
    1421           "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
    1422           "dev": true
    1423         }
    1424       }
    1425     },
    1426     "grunt-contrib-copy": {
    1427       "version": "1.0.0",
    1428       "resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz",
    1429       "integrity": "sha1-cGDGWB6QS4qw0A8HbgqPbj58NXM=",
    1430       "dev": true,
    1431       "requires": {
    1432         "chalk": "^1.1.1",
    1433         "file-sync-cmp": "^0.1.0"
    1434       },
    1435       "dependencies": {
    1436         "ansi-regex": {
    1437           "version": "2.1.1",
    1438           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    1439           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    1440           "dev": true
    1441         },
    1442         "ansi-styles": {
    1443           "version": "2.2.1",
    1444           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    1445           "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
    1446           "dev": true
    1447         },
    1448         "chalk": {
    1449           "version": "1.1.3",
    1450           "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
    1451           "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
    1452           "dev": true,
    1453           "requires": {
    1454             "ansi-styles": "^2.2.1",
    1455             "escape-string-regexp": "^1.0.2",
    1456             "has-ansi": "^2.0.0",
    1457             "strip-ansi": "^3.0.0",
    1458             "supports-color": "^2.0.0"
    1459           }
    1460         },
    1461         "has-ansi": {
    1462           "version": "2.0.0",
    1463           "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
    1464           "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
    1465           "dev": true,
    1466           "requires": {
    1467             "ansi-regex": "^2.0.0"
    1468           }
    1469         },
    1470         "strip-ansi": {
    1471           "version": "3.0.1",
    1472           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    1473           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    1474           "dev": true,
    1475           "requires": {
    1476             "ansi-regex": "^2.0.0"
    1477           }
    1478         },
    1479         "supports-color": {
    1480           "version": "2.0.0",
    1481           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
    1482           "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
    1483           "dev": true
    1484         }
    1485       }
    1486     },
    1487     "grunt-contrib-cssmin": {
    1488       "version": "2.2.1",
    1489       "resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-2.2.1.tgz",
    1490       "integrity": "sha512-IXNomhQ5ekVZbDbj/ik5YccoD9khU6LT2fDXqO1+/Txjq8cp0tQKjVS8i8EAbHOrSDkL7/UD6A7b+xj98gqh9w==",
    1491       "dev": true,
    1492       "requires": {
    1493         "chalk": "^1.0.0",
    1494         "clean-css": "~4.1.1",
    1495         "maxmin": "^2.1.0"
    1496       },
    1497       "dependencies": {
    1498         "ansi-regex": {
    1499           "version": "2.1.1",
    1500           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    1501           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    1502           "dev": true
    1503         },
    1504         "ansi-styles": {
    1505           "version": "2.2.1",
    1506           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    1507           "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
    1508           "dev": true
    1509         },
    1510         "chalk": {
    1511           "version": "1.1.3",
    1512           "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
    1513           "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
    1514           "dev": true,
    1515           "requires": {
    1516             "ansi-styles": "^2.2.1",
    1517             "escape-string-regexp": "^1.0.2",
    1518             "has-ansi": "^2.0.0",
    1519             "strip-ansi": "^3.0.0",
    1520             "supports-color": "^2.0.0"
    1521           }
    1522         },
    1523         "has-ansi": {
    1524           "version": "2.0.0",
    1525           "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
    1526           "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
    1527           "dev": true,
    1528           "requires": {
    1529             "ansi-regex": "^2.0.0"
    1530           }
    1531         },
    1532         "strip-ansi": {
    1533           "version": "3.0.1",
    1534           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    1535           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    1536           "dev": true,
    1537           "requires": {
    1538             "ansi-regex": "^2.0.0"
    1539           }
    1540         },
    1541         "supports-color": {
    1542           "version": "2.0.0",
    1543           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
    1544           "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
    1545           "dev": true
    1546         }
    1547       }
    1548     },
    1549     "grunt-contrib-jshint": {
    1550       "version": "1.1.0",
    1551       "resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-1.1.0.tgz",
    1552       "integrity": "sha1-Np2QmyWTxA6L55lAshNAhQx5Oaw=",
    1553       "dev": true,
    1554       "requires": {
    1555         "chalk": "^1.1.1",
    1556         "hooker": "^0.2.3",
    1557         "jshint": "~2.9.4"
    1558       },
    1559       "dependencies": {
    1560         "ansi-regex": {
    1561           "version": "2.1.1",
    1562           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    1563           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    1564           "dev": true
    1565         },
    1566         "ansi-styles": {
    1567           "version": "2.2.1",
    1568           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    1569           "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
    1570           "dev": true
    1571         },
    1572         "chalk": {
    1573           "version": "1.1.3",
    1574           "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
    1575           "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
    1576           "dev": true,
    1577           "requires": {
    1578             "ansi-styles": "^2.2.1",
    1579             "escape-string-regexp": "^1.0.2",
    1580             "has-ansi": "^2.0.0",
    1581             "strip-ansi": "^3.0.0",
    1582             "supports-color": "^2.0.0"
    1583           }
    1584         },
    1585         "has-ansi": {
    1586           "version": "2.0.0",
    1587           "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
    1588           "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
    1589           "dev": true,
    1590           "requires": {
    1591             "ansi-regex": "^2.0.0"
    1592           }
    1593         },
    1594         "strip-ansi": {
    1595           "version": "3.0.1",
    1596           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    1597           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    1598           "dev": true,
    1599           "requires": {
    1600             "ansi-regex": "^2.0.0"
    1601           }
    1602         },
    1603         "supports-color": {
    1604           "version": "2.0.0",
    1605           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
    1606           "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
    1607           "dev": true
    1608         }
    1609       }
    1610     },
    1611     "grunt-contrib-uglify": {
    1612       "version": "4.0.0",
    1613       "resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-4.0.0.tgz",
    1614       "integrity": "sha512-vy3Vop2KDqdiwcGOGAjyKvjHFrRD/YK4KPQWR3Yt6OdYlgFw1z7HCuk66+IJ9s7oJmp9uRQXuuSHyawKRAgiMw==",
    1615       "dev": true,
    1616       "requires": {
    1617         "chalk": "^2.4.1",
    1618         "maxmin": "^2.1.0",
    1619         "uglify-js": "~3.4.8",
    1620         "uri-path": "^1.0.0"
    1621       }
    1622     },
    1623     "grunt-known-options": {
    1624       "version": "1.1.1",
    1625       "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-1.1.1.tgz",
    1626       "integrity": "sha512-cHwsLqoighpu7TuYj5RonnEuxGVFnztcUqTqp5rXFGYL4OuPFofwC4Ycg7n9fYwvK6F5WbYgeVOwph9Crs2fsQ==",
    1627       "dev": true
    1628     },
    1629     "grunt-legacy-log": {
    1630       "version": "2.0.0",
    1631       "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-2.0.0.tgz",
    1632       "integrity": "sha512-1m3+5QvDYfR1ltr8hjiaiNjddxGdQWcH0rw1iKKiQnF0+xtgTazirSTGu68RchPyh1OBng1bBUjLmX8q9NpoCw==",
    1633       "dev": true,
    1634       "requires": {
    1635         "colors": "~1.1.2",
    1636         "grunt-legacy-log-utils": "~2.0.0",
    1637         "hooker": "~0.2.3",
    1638         "lodash": "~4.17.5"
    1639       }
    1640     },
    1641     "grunt-legacy-log-utils": {
    1642       "version": "2.0.1",
    1643       "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.0.1.tgz",
    1644       "integrity": "sha512-o7uHyO/J+i2tXG8r2bZNlVk20vlIFJ9IEYyHMCQGfWYru8Jv3wTqKZzvV30YW9rWEjq0eP3cflQ1qWojIe9VFA==",
    1645       "dev": true,
    1646       "requires": {
    1647         "chalk": "~2.4.1",
    1648         "lodash": "~4.17.10"
    1649       }
    1650     },
    1651     "grunt-legacy-util": {
    1652       "version": "1.1.1",
    1653       "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-1.1.1.tgz",
    1654       "integrity": "sha512-9zyA29w/fBe6BIfjGENndwoe1Uy31BIXxTH3s8mga0Z5Bz2Sp4UCjkeyv2tI449ymkx3x26B+46FV4fXEddl5A==",
    1655       "dev": true,
    1656       "requires": {
    1657         "async": "~1.5.2",
    1658         "exit": "~0.1.1",
    1659         "getobject": "~0.1.0",
    1660         "hooker": "~0.2.3",
    1661         "lodash": "~4.17.10",
    1662         "underscore.string": "~3.3.4",
    1663         "which": "~1.3.0"
    1664       }
    1665     },
    1666     "grunt-po2mo": {
    1667       "version": "0.1.2",
    1668       "resolved": "https://registry.npmjs.org/grunt-po2mo/-/grunt-po2mo-0.1.2.tgz",
    1669       "integrity": "sha1-kI9zwcAAhjhazIPAdA7jYO9SdBs=",
    1670       "dev": true,
    1671       "requires": {
    1672         "sync-exec": "^0.4.0"
    1673       }
    1674     },
    1675     "grunt-pot": {
    1676       "version": "0.3.0",
    1677       "resolved": "https://registry.npmjs.org/grunt-pot/-/grunt-pot-0.3.0.tgz",
    1678       "integrity": "sha1-vHgF1dxsXjiZjMlUupdsYZu3Xh8=",
    1679       "dev": true
    1680     },
    1681     "grunt-shell": {
    1682       "version": "2.1.0",
    1683       "resolved": "https://registry.npmjs.org/grunt-shell/-/grunt-shell-2.1.0.tgz",
    1684       "integrity": "sha1-Q595FZ7RHmSmUaacyKPQK+v17MI=",
    1685       "dev": true,
    1686       "requires": {
    1687         "chalk": "^1.0.0",
    1688         "npm-run-path": "^2.0.0"
    1689       },
    1690       "dependencies": {
    1691         "ansi-regex": {
    1692           "version": "2.1.1",
    1693           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    1694           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    1695           "dev": true
    1696         },
    1697         "ansi-styles": {
    1698           "version": "2.2.1",
    1699           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    1700           "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
    1701           "dev": true
    1702         },
    1703         "chalk": {
    1704           "version": "1.1.3",
    1705           "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
    1706           "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
    1707           "dev": true,
    1708           "requires": {
    1709             "ansi-styles": "^2.2.1",
    1710             "escape-string-regexp": "^1.0.2",
    1711             "has-ansi": "^2.0.0",
    1712             "strip-ansi": "^3.0.0",
    1713             "supports-color": "^2.0.0"
    1714           }
    1715         },
    1716         "has-ansi": {
    1717           "version": "2.0.0",
    1718           "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
    1719           "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
    1720           "dev": true,
    1721           "requires": {
    1722             "ansi-regex": "^2.0.0"
    1723           }
    1724         },
    1725         "strip-ansi": {
    1726           "version": "3.0.1",
    1727           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    1728           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    1729           "dev": true,
    1730           "requires": {
    1731             "ansi-regex": "^2.0.0"
    1732           }
    1733         },
    1734         "supports-color": {
    1735           "version": "2.0.0",
    1736           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
    1737           "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
    1738           "dev": true
    1739         }
    1740       }
    1741     },
    1742     "grunt-text-replace": {
    1743       "version": "0.4.0",
    1744       "resolved": "https://registry.npmjs.org/grunt-text-replace/-/grunt-text-replace-0.4.0.tgz",
    1745       "integrity": "sha1-252c5Z4v5J2id+nbwZXD4Rz7FsI=",
    1746       "dev": true
    1747     },
    1748     "grunt-wp-deploy": {
    1749       "version": "1.3.0",
    1750       "resolved": "https://registry.npmjs.org/grunt-wp-deploy/-/grunt-wp-deploy-1.3.0.tgz",
    1751       "integrity": "sha1-E9nRezJOKcqTueOkBRYNgT+p4EU=",
    1752       "dev": true,
    1753       "requires": {
    1754         "inquirer": "~0.2.1"
    1755       }
    1756     },
    1757     "grunt-wp-i18n": {
    1758       "version": "1.0.2",
    1759       "resolved": "https://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-1.0.2.tgz",
    1760       "integrity": "sha512-s7DdR1wRYWvgeQOELL/s8AmWz0scVUq+h0yYVWvLx23kTXOBslvaD35NTvubyM+MO+k29bgND0gDDvS6sHixfg==",
    1761       "dev": true,
    1762       "requires": {
    1763         "grunt": "^1.0.2",
    1764         "node-wp-i18n": "^1.0.5"
    1765       }
    1766     },
    1767     "gzip-size": {
    1768       "version": "3.0.0",
    1769       "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
    1770       "integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=",
    1771       "dev": true,
    1772       "requires": {
    1773         "duplexer": "^0.1.1"
    1774       }
    1775     },
    1776     "har-schema": {
    1777       "version": "2.0.0",
    1778       "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
    1779       "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
    1780       "dev": true,
    1781       "optional": true
    1782     },
    1783     "har-validator": {
    1784       "version": "5.1.0",
    1785       "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.0.tgz",
    1786       "integrity": "sha512-+qnmNjI4OfH2ipQ9VQOw23bBd/ibtfbVdK2fYbY4acTDqKTW/YDp9McimZdDbG8iV9fZizUqQMD5xvriB146TA==",
    1787       "dev": true,
    1788       "optional": true,
    1789       "requires": {
    1790         "ajv": "^5.3.0",
    1791         "har-schema": "^2.0.0"
    1792       }
    1793     },
    1794     "has-ansi": {
    1795       "version": "1.0.3",
    1796       "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz",
    1797       "integrity": "sha1-wLWxYV2eOCsP9nFp2We0JeSMpTg=",
    1798       "dev": true,
    1799       "requires": {
    1800         "ansi-regex": "^1.1.0",
    1801         "get-stdin": "^4.0.1"
    1802       }
    1803     },
    1804     "has-color": {
    1805       "version": "0.1.7",
    1806       "resolved": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",
    1807       "integrity": "sha1-ZxRKUmDDT8PMpnfQQdr1L+e3iy8=",
    1808       "dev": true
    1809     },
    1810     "has-flag": {
    1811       "version": "3.0.0",
    1812       "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
    1813       "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
    1814       "dev": true
    1815     },
    1816     "has-unicode": {
    1817       "version": "2.0.1",
    1818       "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
    1819       "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
    1820       "dev": true
    1821     },
    1822     "hasha": {
    1823       "version": "2.2.0",
    1824       "resolved": "https://registry.npmjs.org/hasha/-/hasha-2.2.0.tgz",
    1825       "integrity": "sha1-eNfL/B5tZjA/55g3NlmEUXsvbuE=",
    1826       "dev": true,
    1827       "optional": true,
    1828       "requires": {
    1829         "is-stream": "^1.0.1",
    1830         "pinkie-promise": "^2.0.0"
    1831       }
    1832     },
    1833     "hooker": {
    1834       "version": "0.2.3",
    1835       "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
    1836       "integrity": "sha1-uDT3I8xKJCqmWWNFnfbZhMXT2Vk=",
    1837       "dev": true
    1838     },
    1839     "hosted-git-info": {
    1840       "version": "2.7.1",
    1841       "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
    1842       "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==",
    1843       "dev": true
    1844     },
    1845     "htmlparser2": {
    1846       "version": "3.8.3",
    1847       "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
    1848       "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=",
    1849       "dev": true,
    1850       "requires": {
    1851         "domelementtype": "1",
    1852         "domhandler": "2.3",
    1853         "domutils": "1.5",
    1854         "entities": "1.0",
    1855         "readable-stream": "1.1"
    1856       },
    1857       "dependencies": {
    1858         "isarray": {
    1859           "version": "0.0.1",
    1860           "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
    1861           "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
    1862           "dev": true
    1863         },
    1864         "readable-stream": {
    1865           "version": "1.1.14",
    1866           "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
    1867           "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
    1868           "dev": true,
    1869           "requires": {
    1870             "core-util-is": "~1.0.0",
    1871             "inherits": "~2.0.1",
    1872             "isarray": "0.0.1",
    1873             "string_decoder": "~0.10.x"
    1874           }
    1875         },
    1876         "string_decoder": {
    1877           "version": "0.10.31",
    1878           "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
    1879           "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
    1880           "dev": true
    1881         }
    1882       }
    1883     },
    1884     "http-signature": {
    1885       "version": "1.2.0",
    1886       "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
    1887       "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
    1888       "dev": true,
    1889       "optional": true,
    1890       "requires": {
    1891         "assert-plus": "^1.0.0",
    1892         "jsprim": "^1.2.2",
    1893         "sshpk": "^1.7.0"
    1894       }
    1895     },
    1896     "iconv-lite": {
    1897       "version": "0.4.24",
    1898       "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
    1899       "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
    1900       "dev": true,
    1901       "requires": {
    1902         "safer-buffer": ">= 2.1.2 < 3"
    1903       }
    1904     },
    1905     "ieee754": {
    1906       "version": "1.1.12",
    1907       "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.12.tgz",
    1908       "integrity": "sha512-GguP+DRY+pJ3soyIiGPTvdiVXjZ+DbXOxGpXn3eMvNW4x4irjqXm4wHKscC+TfxSJ0yw/S1F24tqdMNsMZTiLA==",
    1909       "dev": true
    1910     },
    1911     "iltorb": {
    1912       "version": "1.3.10",
    1913       "resolved": "https://registry.npmjs.org/iltorb/-/iltorb-1.3.10.tgz",
    1914       "integrity": "sha512-nyB4+ru1u8CQqQ6w7YjasboKN3NQTN8GH/V/eEssNRKhW6UbdxdWhB9fJ5EEdjJfezKY0qPrcwLyIcgjL8hHxA==",
    1915       "dev": true,
    1916       "optional": true,
    1917       "requires": {
    1918         "detect-libc": "^0.2.0",
    1919         "nan": "^2.6.2",
    1920         "node-gyp": "^3.6.2",
    1921         "prebuild-install": "^2.3.0"
    1922       }
    1923     },
    1924     "indent-string": {
    1925       "version": "2.1.0",
    1926       "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
    1927       "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
    1928       "dev": true,
    1929       "requires": {
    1930         "repeating": "^2.0.0"
    1931       }
    1932     },
    1933     "inflight": {
    1934       "version": "1.0.6",
    1935       "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
    1936       "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
    1937       "dev": true,
    1938       "requires": {
    1939         "once": "^1.3.0",
    1940         "wrappy": "1"
    1941       }
    1942     },
    1943     "inherit": {
    1944       "version": "2.2.7",
    1945       "resolved": "https://registry.npmjs.org/inherit/-/inherit-2.2.7.tgz",
    1946       "integrity": "sha512-dxJmC1j0Q32NFAjvbd6g3lXYLZ49HgzotgbSMwMkoiTXGhC9412Oc24g7A7M9cPPkw/vDsF2cSII+2zJwocUtQ==",
    1947       "dev": true
    1948     },
    1949     "inherits": {
    1950       "version": "2.0.3",
    1951       "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
    1952       "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=",
    1953       "dev": true
    1954     },
    1955     "ini": {
    1956       "version": "1.3.5",
    1957       "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
    1958       "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
    1959       "dev": true,
    1960       "optional": true
    1961     },
    1962     "inquirer": {
    1963       "version": "0.2.5",
    1964       "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-0.2.5.tgz",
    1965       "integrity": "sha1-a0mpy+A953YSIhHxdO+f4oIsCPY=",
    1966       "dev": true,
    1967       "requires": {
    1968         "async": "~0.2.8",
    1969         "cli-color": "~0.2.2",
    1970         "lodash": "~1.2.1",
    1971         "mute-stream": "0.0.3"
    1972       },
    1973       "dependencies": {
    1974         "async": {
    1975           "version": "0.2.10",
    1976           "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
    1977           "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=",
    1978           "dev": true
    1979         },
    1980         "lodash": {
    1981           "version": "1.2.1",
    1982           "resolved": "http://registry.npmjs.org/lodash/-/lodash-1.2.1.tgz",
    1983           "integrity": "sha1-7UexbkbwaytAMJto6RY8F+k+owQ=",
    1984           "dev": true
    1985         }
    1986       }
    1987     },
    1988     "is-arrayish": {
    1989       "version": "0.2.1",
    1990       "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
    1991       "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
    1992       "dev": true
    1993     },
    1994     "is-builtin-module": {
    1995       "version": "1.0.0",
    1996       "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
    1997       "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=",
    1998       "dev": true,
    1999       "requires": {
    2000         "builtin-modules": "^1.0.0"
    2001       }
    2002     },
    2003     "is-finite": {
    2004       "version": "1.0.2",
    2005       "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
    2006       "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
    2007       "dev": true,
    2008       "requires": {
    2009         "number-is-nan": "^1.0.0"
    2010       }
    2011     },
    2012     "is-fullwidth-code-point": {
    2013       "version": "1.0.0",
    2014       "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
    2015       "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
    2016       "dev": true,
    2017       "requires": {
    2018         "number-is-nan": "^1.0.0"
    2019       }
    2020     },
    2021     "is-stream": {
    2022       "version": "1.1.0",
    2023       "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
    2024       "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
    2025       "dev": true,
    2026       "optional": true
    2027     },
    2028     "is-typedarray": {
    2029       "version": "1.0.0",
    2030       "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
    2031       "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
    2032       "dev": true,
    2033       "optional": true
    2034     },
    2035     "is-utf8": {
    2036       "version": "0.2.1",
    2037       "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
    2038       "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
    2039       "dev": true
    2040     },
    2041     "isarray": {
    2042       "version": "1.0.0",
    2043       "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
    2044       "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
    2045       "dev": true
    2046     },
    2047     "isexe": {
    2048       "version": "2.0.0",
    2049       "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
    2050       "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
    2051       "dev": true
    2052     },
    2053     "isstream": {
    2054       "version": "0.1.2",
    2055       "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
    2056       "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
    2057       "dev": true
    2058     },
    2059     "jit-grunt": {
    2060       "version": "0.10.0",
    2061       "resolved": "https://registry.npmjs.org/jit-grunt/-/jit-grunt-0.10.0.tgz",
    2062       "integrity": "sha1-AIw6f+Hpa9DYTiYOofoXg0V/ecI=",
    2063       "dev": true
    2064     },
    2065     "js-base64": {
    2066       "version": "2.1.9",
    2067       "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
    2068       "integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
    2069       "dev": true
    2070     },
    2071     "js-yaml": {
    2072       "version": "3.5.5",
    2073       "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.5.5.tgz",
    2074       "integrity": "sha1-A3fDgBfKvHMisNH7zSWkkWQfL74=",
    2075       "dev": true,
    2076       "requires": {
    2077         "argparse": "^1.0.2",
    2078         "esprima": "^2.6.0"
    2079       }
    2080     },
    2081     "jsbn": {
    2082       "version": "0.1.1",
    2083       "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
    2084       "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
    2085       "dev": true,
    2086       "optional": true
    2087     },
    2088     "jshint": {
    2089       "version": "2.9.6",
    2090       "resolved": "https://registry.npmjs.org/jshint/-/jshint-2.9.6.tgz",
    2091       "integrity": "sha512-KO9SIAKTlJQOM4lE64GQUtGBRpTOuvbrRrSZw3AhUxMNG266nX9hK2cKA4SBhXOj0irJGyNyGSLT62HGOVDEOA==",
    2092       "dev": true,
    2093       "requires": {
    2094         "cli": "~1.0.0",
    2095         "console-browserify": "1.1.x",
    2096         "exit": "0.1.x",
    2097         "htmlparser2": "3.8.x",
    2098         "lodash": "~4.17.10",
    2099         "minimatch": "~3.0.2",
    2100         "phantom": "~4.0.1",
    2101         "phantomjs-prebuilt": "~2.1.7",
    2102         "shelljs": "0.3.x",
    2103         "strip-json-comments": "1.0.x",
    2104         "unicode-5.2.0": "^0.7.5"
    2105       },
    2106       "dependencies": {
    2107         "strip-json-comments": {
    2108           "version": "1.0.4",
    2109           "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-1.0.4.tgz",
    2110           "integrity": "sha1-HhX7ysl9Pumb8tc7TGVrCCu6+5E=",
    2111           "dev": true
    2112         }
    2113       }
    2114     },
    2115     "json-schema": {
    2116       "version": "0.2.3",
    2117       "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
    2118       "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
    2119       "dev": true,
    2120       "optional": true
    2121     },
    2122     "json-schema-traverse": {
    2123       "version": "0.3.1",
    2124       "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz",
    2125       "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=",
    2126       "dev": true,
    2127       "optional": true
    2128     },
    2129     "json-stringify-safe": {
    2130       "version": "5.0.1",
    2131       "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
    2132       "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
    2133       "dev": true,
    2134       "optional": true
    2135     },
    2136     "jsonfile": {
    2137       "version": "2.4.0",
    2138       "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
    2139       "integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
    2140       "dev": true,
    2141       "optional": true,
    2142       "requires": {
    2143         "graceful-fs": "^4.1.6"
    2144       }
    2145     },
    2146     "jsprim": {
    2147       "version": "1.4.1",
    2148       "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
    2149       "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
    2150       "dev": true,
    2151       "optional": true,
    2152       "requires": {
    2153         "assert-plus": "1.0.0",
    2154         "extsprintf": "1.3.0",
    2155         "json-schema": "0.2.3",
    2156         "verror": "1.10.0"
    2157       }
    2158     },
    2159     "kew": {
    2160       "version": "0.7.0",
    2161       "resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz",
    2162       "integrity": "sha1-edk9LTM2PW/dKXCzNdkUGtWR15s=",
    2163       "dev": true,
    2164       "optional": true
    2165     },
    2166     "klaw": {
    2167       "version": "1.3.1",
    2168       "resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
    2169       "integrity": "sha1-QIhDO0azsbolnXh4XY6W9zugJDk=",
    2170       "dev": true,
    2171       "optional": true,
    2172       "requires": {
    2173         "graceful-fs": "^4.1.9"
    2174       }
    2175     },
    2176     "lazystream": {
    2177       "version": "1.0.0",
    2178       "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz",
    2179       "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=",
    2180       "dev": true,
    2181       "requires": {
    2182         "readable-stream": "^2.0.5"
    2183       }
    2184     },
    2185     "load-grunt-config": {
    2186       "version": "0.19.2",
    2187       "resolved": "https://registry.npmjs.org/load-grunt-config/-/load-grunt-config-0.19.2.tgz",
    2188       "integrity": "sha1-UgkNSiDG5j90p2SPJJsZ57f87CQ=",
    2189       "dev": true,
    2190       "requires": {
    2191         "cson": "~3.0.2",
    2192         "glob": "~5.0.15",
    2193         "jit-grunt": "~0.10.0",
    2194         "js-yaml": "~3.4.3",
    2195         "load-grunt-tasks": "~3.3.0",
    2196         "lodash": "~3.10.1"
    2197       },
    2198       "dependencies": {
    2199         "glob": {
    2200           "version": "5.0.15",
    2201           "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
    2202           "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
    2203           "dev": true,
    2204           "requires": {
    2205             "inflight": "^1.0.4",
    2206             "inherits": "2",
    2207             "minimatch": "2 || 3",
    2208             "once": "^1.3.0",
    2209             "path-is-absolute": "^1.0.0"
    2210           }
    2211         },
    2212         "js-yaml": {
    2213           "version": "3.4.6",
    2214           "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.4.6.tgz",
    2215           "integrity": "sha1-a+GyP2JJ9T0pM3D9TRqqY84bTrA=",
    2216           "dev": true,
    2217           "requires": {
    2218             "argparse": "^1.0.2",
    2219             "esprima": "^2.6.0",
    2220             "inherit": "^2.2.2"
    2221           }
    2222         },
    2223         "load-grunt-tasks": {
    2224           "version": "3.3.0",
    2225           "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.3.0.tgz",
    2226           "integrity": "sha1-vliSkJRY2T3fdp60vGhRAggMYyE=",
    2227           "dev": true,
    2228           "requires": {
    2229             "arrify": "^1.0.0",
    2230             "multimatch": "^2.0.0",
    2231             "pkg-up": "^1.0.0"
    2232           }
    2233         },
    2234         "lodash": {
    2235           "version": "3.10.1",
    2236           "resolved": "http://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
    2237           "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=",
    2238           "dev": true
    2239         }
    2240       }
    2241     },
    2242     "load-grunt-tasks": {
    2243       "version": "4.0.0",
    2244       "resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-4.0.0.tgz",
    2245       "integrity": "sha512-w5JYPHpZgMxu9XFR9N9MEzyX8E0mLhQkwQ1qVP4mb3gmuomw8Ww8J49NHMbXqyQliq2LUCqdU7/wW96IVuPCKw==",
    2246       "dev": true,
    2247       "requires": {
    2248         "arrify": "^1.0.0",
    2249         "multimatch": "^2.0.0",
    2250         "pkg-up": "^2.0.0",
    2251         "resolve-pkg": "^1.0.0"
    2252       },
    2253       "dependencies": {
    2254         "find-up": {
    2255           "version": "2.1.0",
    2256           "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
    2257           "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=",
    2258           "dev": true,
    2259           "requires": {
    2260             "locate-path": "^2.0.0"
    2261           }
    2262         },
    2263         "pkg-up": {
    2264           "version": "2.0.0",
    2265           "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-2.0.0.tgz",
    2266           "integrity": "sha1-yBmscoBZpGHKscOImivjxJoATX8=",
    2267           "dev": true,
    2268           "requires": {
    2269             "find-up": "^2.1.0"
    2270           }
    2271         }
    2272       }
    2273     },
    2274     "load-json-file": {
    2275       "version": "1.1.0",
    2276       "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
    2277       "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
    2278       "dev": true,
    2279       "requires": {
    2280         "graceful-fs": "^4.1.2",
    2281         "parse-json": "^2.2.0",
    2282         "pify": "^2.0.0",
    2283         "pinkie-promise": "^2.0.0",
    2284         "strip-bom": "^2.0.0"
    2285       }
    2286     },
    2287     "locate-path": {
    2288       "version": "2.0.0",
    2289       "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
    2290       "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=",
    2291       "dev": true,
    2292       "requires": {
    2293         "p-locate": "^2.0.0",
    2294         "path-exists": "^3.0.0"
    2295       },
    2296       "dependencies": {
    2297         "path-exists": {
    2298           "version": "3.0.0",
    2299           "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
    2300           "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
    2301           "dev": true
    2302         }
    2303       }
    2304     },
    2305     "lodash": {
    2306       "version": "4.17.10",
    2307       "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz",
    2308       "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==",
    2309       "dev": true
    2310     },
    2311     "loud-rejection": {
    2312       "version": "1.6.0",
    2313       "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
    2314       "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
    2315       "dev": true,
    2316       "requires": {
    2317         "currently-unhandled": "^0.4.1",
    2318         "signal-exit": "^3.0.0"
    2319       }
    2320     },
    2321     "map-obj": {
    2322       "version": "1.0.1",
    2323       "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
    2324       "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
    2325       "dev": true
    2326     },
    2327     "maxmin": {
    2328       "version": "2.1.0",
    2329       "resolved": "https://registry.npmjs.org/maxmin/-/maxmin-2.1.0.tgz",
    2330       "integrity": "sha1-TTsiCQPZXu5+t6x/qGTnLcCaMWY=",
    2331       "dev": true,
    2332       "requires": {
    2333         "chalk": "^1.0.0",
    2334         "figures": "^1.0.1",
    2335         "gzip-size": "^3.0.0",
    2336         "pretty-bytes": "^3.0.0"
    2337       },
    2338       "dependencies": {
    2339         "ansi-regex": {
    2340           "version": "2.1.1",
    2341           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    2342           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    2343           "dev": true
    2344         },
    2345         "ansi-styles": {
    2346           "version": "2.2.1",
    2347           "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
    2348           "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
    2349           "dev": true
    2350         },
    2351         "chalk": {
    2352           "version": "1.1.3",
    2353           "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
    2354           "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
    2355           "dev": true,
    2356           "requires": {
    2357             "ansi-styles": "^2.2.1",
    2358             "escape-string-regexp": "^1.0.2",
    2359             "has-ansi": "^2.0.0",
    2360             "strip-ansi": "^3.0.0",
    2361             "supports-color": "^2.0.0"
    2362           }
    2363         },
    2364         "has-ansi": {
    2365           "version": "2.0.0",
    2366           "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
    2367           "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
    2368           "dev": true,
    2369           "requires": {
    2370             "ansi-regex": "^2.0.0"
    2371           }
    2372         },
    2373         "pretty-bytes": {
    2374           "version": "3.0.1",
    2375           "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-3.0.1.tgz",
    2376           "integrity": "sha1-J9AAjXeAY6C0gRuzXHnxvV1fvM8=",
    2377           "dev": true,
    2378           "requires": {
    2379             "number-is-nan": "^1.0.0"
    2380           }
    2381         },
    2382         "strip-ansi": {
    2383           "version": "3.0.1",
    2384           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    2385           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    2386           "dev": true,
    2387           "requires": {
    2388             "ansi-regex": "^2.0.0"
    2389           }
    2390         },
    2391         "supports-color": {
    2392           "version": "2.0.0",
    2393           "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
    2394           "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
    2395           "dev": true
    2396         }
    2397       }
    2398     },
    2399     "memoizee": {
    2400       "version": "0.2.6",
    2401       "resolved": "https://registry.npmjs.org/memoizee/-/memoizee-0.2.6.tgz",
    2402       "integrity": "sha1-u0WnrQJTAILxYSZx2rNSGc0uB0E=",
    2403       "dev": true,
    2404       "requires": {
    2405         "es5-ext": "~0.9.2",
    2406         "event-emitter": "~0.2.2",
    2407         "next-tick": "0.1.x"
    2408       }
    2409     },
    2410     "meow": {
    2411       "version": "3.7.0",
    2412       "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
    2413       "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
    2414       "dev": true,
    2415       "requires": {
    2416         "camelcase-keys": "^2.0.0",
    2417         "decamelize": "^1.1.2",
    2418         "loud-rejection": "^1.0.0",
    2419         "map-obj": "^1.0.1",
    2420         "minimist": "^1.1.3",
    2421         "normalize-package-data": "^2.3.4",
    2422         "object-assign": "^4.0.1",
    2423         "read-pkg-up": "^1.0.1",
    2424         "redent": "^1.0.0",
    2425         "trim-newlines": "^1.0.0"
    2426       }
    2427     },
    2428     "mime-db": {
    2429       "version": "1.36.0",
    2430       "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz",
    2431       "integrity": "sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw==",
    2432       "dev": true
    2433     },
    2434     "mime-types": {
    2435       "version": "2.1.20",
    2436       "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz",
    2437       "integrity": "sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A==",
    2438       "dev": true,
    2439       "requires": {
    2440         "mime-db": "~1.36.0"
    2441       }
    2442     },
    2443     "mimic-response": {
    2444       "version": "1.0.1",
    2445       "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz",
    2446       "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==",
    2447       "dev": true,
    2448       "optional": true
    2449     },
    2450     "minimatch": {
    2451       "version": "3.0.4",
    2452       "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
    2453       "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
    2454       "dev": true,
    2455       "requires": {
    2456         "brace-expansion": "^1.1.7"
    2457       }
    2458     },
    2459     "minimist": {
    2460       "version": "1.2.0",
    2461       "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
    2462       "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
    2463       "dev": true
    2464     },
    2465     "mkdirp": {
    2466       "version": "0.5.1",
    2467       "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
    2468       "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
    2469       "dev": true,
    2470       "requires": {
    2471         "minimist": "0.0.8"
    2472       },
    2473       "dependencies": {
    2474         "minimist": {
    2475           "version": "0.0.8",
    2476           "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
    2477           "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
    2478           "dev": true
    2479         }
    2480       }
    2481     },
    2482     "moment": {
    2483       "version": "2.22.2",
    2484       "resolved": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz",
    2485       "integrity": "sha1-PCV/mDn8DpP/UxSWMiOeuQeD/2Y=",
    2486       "dev": true
    2487     },
    2488     "ms": {
    2489       "version": "2.0.0",
    2490       "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
    2491       "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
    2492       "dev": true,
    2493       "optional": true
    2494     },
    2495     "multimatch": {
    2496       "version": "2.1.0",
    2497       "resolved": "https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz",
    2498       "integrity": "sha1-nHkGoi+0wCkZ4vX3UWG0zb1LKis=",
    2499       "dev": true,
    2500       "requires": {
    2501         "array-differ": "^1.0.0",
    2502         "array-union": "^1.0.1",
    2503         "arrify": "^1.0.0",
    2504         "minimatch": "^3.0.0"
    2505       }
    2506     },
    2507     "mute-stream": {
    2508       "version": "0.0.3",
    2509       "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.3.tgz",
    2510       "integrity": "sha1-8JwJDTM7MGP2Fcu8ynGzSYk/AVI=",
    2511       "dev": true
    2512     },
    2513     "nan": {
    2514       "version": "2.11.0",
    2515       "resolved": "https://registry.npmjs.org/nan/-/nan-2.11.0.tgz",
    2516       "integrity": "sha512-F4miItu2rGnV2ySkXOQoA8FKz/SR2Q2sWP0sbTxNxz/tuokeC8WxOhPMcwi0qIyGtVn/rrSeLbvVkznqCdwYnw==",
    2517       "dev": true,
    2518       "optional": true
    2519     },
    2520     "next-tick": {
    2521       "version": "0.1.0",
    2522       "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-0.1.0.tgz",
    2523       "integrity": "sha1-GRLM6OubaX1kD7upT48A3sO5Qlk=",
    2524       "dev": true
    2525     },
    2526     "node-abi": {
    2527       "version": "2.4.3",
    2528       "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.4.3.tgz",
    2529       "integrity": "sha512-b656V5C0628gOOA2kwcpNA/bxdlqYF9FvxJ+qqVX0ctdXNVZpS8J6xEUYir3WAKc7U0BH/NRlSpNbGsy+azjeg==",
    2530       "dev": true,
    2531       "optional": true,
    2532       "requires": {
    2533         "semver": "^5.4.1"
    2534       }
    2535     },
    2536     "node-gyp": {
    2537       "version": "3.8.0",
    2538       "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
    2539       "integrity": "sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==",
    2540       "dev": true,
    2541       "optional": true,
    2542       "requires": {
    2543         "fstream": "^1.0.0",
    2544         "glob": "^7.0.3",
    2545         "graceful-fs": "^4.1.2",
    2546         "mkdirp": "^0.5.0",
    2547         "nopt": "2 || 3",
    2548         "npmlog": "0 || 1 || 2 || 3 || 4",
    2549         "osenv": "0",
    2550         "request": "^2.87.0",
    2551         "rimraf": "2",
    2552         "semver": "~5.3.0",
    2553         "tar": "^2.0.0",
    2554         "which": "1"
    2555       },
    2556       "dependencies": {
    2557         "semver": {
    2558           "version": "5.3.0",
    2559           "resolved": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
    2560           "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=",
    2561           "dev": true,
    2562           "optional": true
    2563         }
    2564       }
    2565     },
    2566     "node-wp-i18n": {
    2567       "version": "1.2.1",
    2568       "resolved": "https://registry.npmjs.org/node-wp-i18n/-/node-wp-i18n-1.2.1.tgz",
    2569       "integrity": "sha512-Wvl98XA/GBnQFe20iAMwlsXvikVOFTVz//cbRsF8OPQf0NIkJdeWToNYww/dZl52lHtS1KUEIVRyWcol5ibHog==",
    2570       "dev": true,
    2571       "requires": {
    2572         "bluebird": "^3.4.1",
    2573         "gettext-parser": "^2.0.0",
    2574         "glob": "^7.0.5",
    2575         "lodash": "^4.14.2",
    2576         "minimist": "^1.2.0",
    2577         "mkdirp": "^0.5.1",
    2578         "tmp": "^0.0.33"
    2579       }
    2580     },
    2581     "noop-logger": {
    2582       "version": "0.1.1",
    2583       "resolved": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz",
    2584       "integrity": "sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI=",
    2585       "dev": true,
    2586       "optional": true
    2587     },
    2588     "nopt": {
    2589       "version": "3.0.6",
    2590       "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
    2591       "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
    2592       "dev": true,
    2593       "requires": {
    2594         "abbrev": "1"
    2595       }
    2596     },
    2597     "normalize-package-data": {
    2598       "version": "2.4.0",
    2599       "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz",
    2600       "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==",
    2601       "dev": true,
    2602       "requires": {
    2603         "hosted-git-info": "^2.1.4",
    2604         "is-builtin-module": "^1.0.0",
    2605         "semver": "2 || 3 || 4 || 5",
    2606         "validate-npm-package-license": "^3.0.1"
    2607       }
    2608     },
    2609     "normalize-path": {
    2610       "version": "2.1.1",
    2611       "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
    2612       "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=",
    2613       "dev": true,
    2614       "requires": {
    2615         "remove-trailing-separator": "^1.0.1"
    2616       }
    2617     },
    2618     "npm-run-path": {
    2619       "version": "2.0.2",
    2620       "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
    2621       "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
    2622       "dev": true,
    2623       "requires": {
    2624         "path-key": "^2.0.0"
    2625       }
    2626     },
    2627     "npmlog": {
    2628       "version": "4.1.2",
    2629       "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
    2630       "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
    2631       "dev": true,
    2632       "requires": {
    2633         "are-we-there-yet": "~1.1.2",
    2634         "console-control-strings": "~1.1.0",
    2635         "gauge": "~2.7.3",
    2636         "set-blocking": "~2.0.0"
    2637       }
    2638     },
    2639     "num2fraction": {
    2640       "version": "1.2.2",
    2641       "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
    2642       "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=",
    2643       "dev": true
    2644     },
    2645     "number-is-nan": {
    2646       "version": "1.0.1",
    2647       "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
    2648       "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
    2649       "dev": true
    2650     },
    2651     "oauth-sign": {
    2652       "version": "0.9.0",
    2653       "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
    2654       "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
    2655       "dev": true,
    2656       "optional": true
    2657     },
    2658     "object-assign": {
    2659       "version": "4.1.1",
    2660       "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
    2661       "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
    2662       "dev": true
    2663     },
    2664     "once": {
    2665       "version": "1.4.0",
    2666       "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
    2667       "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
    2668       "dev": true,
    2669       "requires": {
    2670         "wrappy": "1"
    2671       }
    2672     },
    2673     "os-homedir": {
    2674       "version": "1.0.2",
    2675       "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
    2676       "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
    2677       "dev": true
    2678     },
    2679     "os-tmpdir": {
    2680       "version": "1.0.2",
    2681       "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
    2682       "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
    2683       "dev": true
    2684     },
    2685     "osenv": {
    2686       "version": "0.1.5",
    2687       "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
    2688       "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
    2689       "dev": true,
    2690       "optional": true,
    2691       "requires": {
    2692         "os-homedir": "^1.0.0",
    2693         "os-tmpdir": "^1.0.0"
    2694       }
    2695     },
    2696     "p-limit": {
    2697       "version": "1.3.0",
    2698       "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz",
    2699       "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==",
    2700       "dev": true,
    2701       "requires": {
    2702         "p-try": "^1.0.0"
    2703       }
    2704     },
    2705     "p-locate": {
    2706       "version": "2.0.0",
    2707       "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz",
    2708       "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=",
    2709       "dev": true,
    2710       "requires": {
    2711         "p-limit": "^1.1.0"
    2712       }
    2713     },
    2714     "p-try": {
    2715       "version": "1.0.0",
    2716       "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz",
    2717       "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=",
    2718       "dev": true
    2719     },
    2720     "parse-json": {
    2721       "version": "2.2.0",
    2722       "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
    2723       "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
    2724       "dev": true,
    2725       "requires": {
    2726         "error-ex": "^1.2.0"
    2727       }
    2728     },
    2729     "path-exists": {
    2730       "version": "2.1.0",
    2731       "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
    2732       "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
    2733       "dev": true,
    2734       "requires": {
    2735         "pinkie-promise": "^2.0.0"
    2736       }
    2737     },
    2738     "path-is-absolute": {
    2739       "version": "1.0.1",
    2740       "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
    2741       "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
    2742       "dev": true
    2743     },
    2744     "path-key": {
    2745       "version": "2.0.1",
    2746       "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
    2747       "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
    2748       "dev": true
    2749     },
    2750     "path-type": {
    2751       "version": "1.1.0",
    2752       "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
    2753       "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
    2754       "dev": true,
    2755       "requires": {
    2756         "graceful-fs": "^4.1.2",
    2757         "pify": "^2.0.0",
    2758         "pinkie-promise": "^2.0.0"
    2759       }
    2760     },
    2761     "pend": {
    2762       "version": "1.2.0",
    2763       "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
    2764       "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
    2765       "dev": true,
    2766       "optional": true
    2767     },
    2768     "performance-now": {
    2769       "version": "2.1.0",
    2770       "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
    2771       "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
    2772       "dev": true,
    2773       "optional": true
    2774     },
    2775     "phantom": {
    2776       "version": "4.0.12",
    2777       "resolved": "https://registry.npmjs.org/phantom/-/phantom-4.0.12.tgz",
    2778       "integrity": "sha512-Tz82XhtPmwCk1FFPmecy7yRGZG2btpzY2KI9fcoPT7zT9det0CcMyfBFPp1S8DqzsnQnm8ZYEfdy528mwVtksA==",
    2779       "dev": true,
    2780       "optional": true,
    2781       "requires": {
    2782         "phantomjs-prebuilt": "^2.1.16",
    2783         "split": "^1.0.1",
    2784         "winston": "^2.4.0"
    2785       }
    2786     },
    2787     "phantomjs-prebuilt": {
    2788       "version": "2.1.16",
    2789       "resolved": "https://registry.npmjs.org/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.16.tgz",
    2790       "integrity": "sha1-79ISpKOWbTZHaE6ouniFSb4q7+8=",
    2791       "dev": true,
    2792       "optional": true,
    2793       "requires": {
    2794         "es6-promise": "^4.0.3",
    2795         "extract-zip": "^1.6.5",
    2796         "fs-extra": "^1.0.0",
    2797         "hasha": "^2.2.0",
    2798         "kew": "^0.7.0",
    2799         "progress": "^1.1.8",
    2800         "request": "^2.81.0",
    2801         "request-progress": "^2.0.1",
    2802         "which": "^1.2.10"
    2803       },
    2804       "dependencies": {
    2805         "es6-promise": {
    2806           "version": "4.2.4",
    2807           "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.4.tgz",
    2808           "integrity": "sha512-/NdNZVJg+uZgtm9eS3O6lrOLYmQag2DjdEXuPaHlZ6RuVqgqaVZfgYCepEIKsLqwdQArOPtC3XzRLqGGfT8KQQ==",
    2809           "dev": true,
    2810           "optional": true
    2811         }
    2812       }
    2813     },
    2814     "pify": {
    2815       "version": "2.3.0",
    2816       "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
    2817       "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
    2818       "dev": true
    2819     },
    2820     "pinkie": {
    2821       "version": "2.0.4",
    2822       "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
    2823       "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
    2824       "dev": true
    2825     },
    2826     "pinkie-promise": {
    2827       "version": "2.0.1",
    2828       "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
    2829       "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
    2830       "dev": true,
    2831       "requires": {
    2832         "pinkie": "^2.0.0"
    2833       }
    2834     },
    2835     "pkg-up": {
    2836       "version": "1.0.0",
    2837       "resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-1.0.0.tgz",
    2838       "integrity": "sha1-Pgj7RhUlxEIWJKM7n35tCvWwWiY=",
    2839       "dev": true,
    2840       "requires": {
    2841         "find-up": "^1.0.0"
    2842       }
    2843     },
    2844     "postcss": {
    2845       "version": "4.1.16",
    2846       "resolved": "https://registry.npmjs.org/postcss/-/postcss-4.1.16.tgz",
    2847       "integrity": "sha1-TESbTIr53zyvbTf44eV10DYXWNw=",
    2848       "dev": true,
    2849       "requires": {
    2850         "es6-promise": "~2.3.0",
    2851         "js-base64": "~2.1.8",
    2852         "source-map": "~0.4.2"
    2853       }
    2854     },
    2855     "prebuild-install": {
    2856       "version": "2.5.3",
    2857       "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.5.3.tgz",
    2858       "integrity": "sha512-/rI36cN2g7vDQnKWN8Uzupi++KjyqS9iS+/fpwG4Ea8d0Pip0PQ5bshUNzVwt+/D2MRfhVAplYMMvWLqWrCF/g==",
    2859       "dev": true,
    2860       "optional": true,
    2861       "requires": {
    2862         "detect-libc": "^1.0.3",
    2863         "expand-template": "^1.0.2",
    2864         "github-from-package": "0.0.0",
    2865         "minimist": "^1.2.0",
    2866         "mkdirp": "^0.5.1",
    2867         "node-abi": "^2.2.0",
    2868         "noop-logger": "^0.1.1",
    2869         "npmlog": "^4.0.1",
    2870         "os-homedir": "^1.0.1",
    2871         "pump": "^2.0.1",
    2872         "rc": "^1.1.6",
    2873         "simple-get": "^2.7.0",
    2874         "tar-fs": "^1.13.0",
    2875         "tunnel-agent": "^0.6.0",
    2876         "which-pm-runs": "^1.0.0"
    2877       },
    2878       "dependencies": {
    2879         "detect-libc": {
    2880           "version": "1.0.3",
    2881           "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
    2882           "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=",
    2883           "dev": true,
    2884           "optional": true
    2885         }
    2886       }
    2887     },
    2888     "pretty-bytes": {
    2889       "version": "4.0.2",
    2890       "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz",
    2891       "integrity": "sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=",
    2892       "dev": true
    2893     },
    2894     "process-nextick-args": {
    2895       "version": "2.0.0",
    2896       "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz",
    2897       "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==",
    2898       "dev": true
    2899     },
    2900     "progress": {
    2901       "version": "1.1.8",
    2902       "resolved": "https://registry.npmjs.org/progress/-/progress-1.1.8.tgz",
    2903       "integrity": "sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74=",
    2904       "dev": true,
    2905       "optional": true
    2906     },
    2907     "psl": {
    2908       "version": "1.1.29",
    2909       "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz",
    2910       "integrity": "sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==",
    2911       "dev": true,
    2912       "optional": true
    2913     },
    2914     "pump": {
    2915       "version": "2.0.1",
    2916       "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
    2917       "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
    2918       "dev": true,
    2919       "optional": true,
    2920       "requires": {
    2921         "end-of-stream": "^1.1.0",
    2922         "once": "^1.3.1"
    2923       }
    2924     },
    2925     "punycode": {
    2926       "version": "1.4.1",
    2927       "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
    2928       "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=",
    2929       "dev": true,
    2930       "optional": true
    2931     },
    2932     "qs": {
    2933       "version": "6.5.2",
    2934       "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
    2935       "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
    2936       "dev": true,
    2937       "optional": true
    2938     },
    2939     "rc": {
    2940       "version": "1.2.8",
    2941       "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
    2942       "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
    2943       "dev": true,
    2944       "optional": true,
    2945       "requires": {
    2946         "deep-extend": "^0.6.0",
    2947         "ini": "~1.3.0",
    2948         "minimist": "^1.2.0",
    2949         "strip-json-comments": "~2.0.1"
    2950       }
    2951     },
    2952     "read-pkg": {
    2953       "version": "1.1.0",
    2954       "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
    2955       "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
    2956       "dev": true,
    2957       "requires": {
    2958         "load-json-file": "^1.0.0",
    2959         "normalize-package-data": "^2.3.2",
    2960         "path-type": "^1.0.0"
    2961       }
    2962     },
    2963     "read-pkg-up": {
    2964       "version": "1.0.1",
    2965       "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
    2966       "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
    2967       "dev": true,
    2968       "requires": {
    2969         "find-up": "^1.0.0",
    2970         "read-pkg": "^1.0.0"
    2971       }
    2972     },
    2973     "readable-stream": {
    2974       "version": "2.3.6",
    2975       "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
    2976       "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
    2977       "dev": true,
    2978       "requires": {
    2979         "core-util-is": "~1.0.0",
    2980         "inherits": "~2.0.3",
    2981         "isarray": "~1.0.0",
    2982         "process-nextick-args": "~2.0.0",
    2983         "safe-buffer": "~5.1.1",
    2984         "string_decoder": "~1.1.1",
    2985         "util-deprecate": "~1.0.1"
    2986       }
    2987     },
    2988     "redent": {
    2989       "version": "1.0.0",
    2990       "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
    2991       "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
    2992       "dev": true,
    2993       "requires": {
    2994         "indent-string": "^2.1.0",
    2995         "strip-indent": "^1.0.1"
    2996       }
    2997     },
    2998     "remove-trailing-separator": {
    2999       "version": "1.1.0",
    3000       "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
    3001       "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=",
    3002       "dev": true
    3003     },
    3004     "repeating": {
    3005       "version": "2.0.1",
    3006       "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
    3007       "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
    3008       "dev": true,
    3009       "requires": {
    3010         "is-finite": "^1.0.0"
    3011       }
    3012     },
    3013     "request": {
    3014       "version": "2.88.0",
    3015       "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz",
    3016       "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==",
    3017       "dev": true,
    3018       "optional": true,
    3019       "requires": {
    3020         "aws-sign2": "~0.7.0",
    3021         "aws4": "^1.8.0",
    3022         "caseless": "~0.12.0",
    3023         "combined-stream": "~1.0.6",
    3024         "extend": "~3.0.2",
    3025         "forever-agent": "~0.6.1",
    3026         "form-data": "~2.3.2",
    3027         "har-validator": "~5.1.0",
    3028         "http-signature": "~1.2.0",
    3029         "is-typedarray": "~1.0.0",
    3030         "isstream": "~0.1.2",
    3031         "json-stringify-safe": "~5.0.1",
    3032         "mime-types": "~2.1.19",
    3033         "oauth-sign": "~0.9.0",
    3034         "performance-now": "^2.1.0",
    3035         "qs": "~6.5.2",
    3036         "safe-buffer": "^5.1.2",
    3037         "tough-cookie": "~2.4.3",
    3038         "tunnel-agent": "^0.6.0",
    3039         "uuid": "^3.3.2"
    3040       }
    3041     },
    3042     "request-progress": {
    3043       "version": "2.0.1",
    3044       "resolved": "https://registry.npmjs.org/request-progress/-/request-progress-2.0.1.tgz",
    3045       "integrity": "sha1-XTa7V5YcZzqlt4jbyBQf3yO0Tgg=",
    3046       "dev": true,
    3047       "optional": true,
    3048       "requires": {
    3049         "throttleit": "^1.0.0"
    3050       }
    3051     },
    3052     "requirefresh": {
    3053       "version": "2.1.0",
    3054       "resolved": "https://registry.npmjs.org/requirefresh/-/requirefresh-2.1.0.tgz",
    3055       "integrity": "sha1-dC3Mwg86lpGNZsbxWX3I/+vE9vU=",
    3056       "dev": true,
    3057       "requires": {
    3058         "editions": "^1.1.1"
    3059       }
    3060     },
    3061     "resolve": {
    3062       "version": "1.1.7",
    3063       "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
    3064       "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
    3065       "dev": true
    3066     },
    3067     "resolve-from": {
    3068       "version": "2.0.0",
    3069       "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz",
    3070       "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=",
    3071       "dev": true
    3072     },
    3073     "resolve-pkg": {
    3074       "version": "1.0.0",
    3075       "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-1.0.0.tgz",
    3076       "integrity": "sha1-4ZoV54rKLhJEYdySsuOUPvk0lNk=",
    3077       "dev": true,
    3078       "requires": {
    3079         "resolve-from": "^2.0.0"
    3080       }
    3081     },
    3082     "rimraf": {
    3083       "version": "2.6.2",
    3084       "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
    3085       "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
    3086       "dev": true,
    3087       "requires": {
    3088         "glob": "^7.0.5"
    3089       }
    3090     },
    3091     "safe-buffer": {
    3092       "version": "5.1.2",
    3093       "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
    3094       "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
    3095       "dev": true
    3096     },
    3097     "safefs": {
    3098       "version": "4.1.0",
    3099       "resolved": "https://registry.npmjs.org/safefs/-/safefs-4.1.0.tgz",
    3100       "integrity": "sha1-+CrrS9165R9lPrIPZyizBYyNZEU=",
    3101       "dev": true,
    3102       "requires": {
    3103         "editions": "^1.1.1",
    3104         "graceful-fs": "^4.1.4"
    3105       }
    3106     },
    3107     "safer-buffer": {
    3108       "version": "2.1.2",
    3109       "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
    3110       "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
    3111       "dev": true
    3112     },
    3113     "semver": {
    3114       "version": "5.5.1",
    3115       "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.1.tgz",
    3116       "integrity": "sha512-PqpAxfrEhlSUWge8dwIp4tZnQ25DIOthpiaHNIthsjEFQD6EvqUKUDM7L8O2rShkFccYo1VjJR0coWfNkCubRw==",
    3117       "dev": true
    3118     },
    3119     "set-blocking": {
    3120       "version": "2.0.0",
    3121       "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
    3122       "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
    3123       "dev": true
    3124     },
    3125     "shelljs": {
    3126       "version": "0.3.0",
    3127       "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz",
    3128       "integrity": "sha1-NZbmMHp4FUT1kfN9phg2DzHbV7E=",
    3129       "dev": true
    3130     },
    3131     "signal-exit": {
    3132       "version": "3.0.2",
    3133       "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
    3134       "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
    3135       "dev": true
    3136     },
    3137     "simple-concat": {
    3138       "version": "1.0.0",
    3139       "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz",
    3140       "integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=",
    3141       "dev": true,
    3142       "optional": true
    3143     },
    3144     "simple-get": {
    3145       "version": "2.8.1",
    3146       "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz",
    3147       "integrity": "sha512-lSSHRSw3mQNUGPAYRqo7xy9dhKmxFXIjLjp4KHpf99GEH2VH7C3AM+Qfx6du6jhfUi6Vm7XnbEVEf7Wb6N8jRw==",
    3148       "dev": true,
    3149       "optional": true,
    3150       "requires": {
    3151         "decompress-response": "^3.3.0",
    3152         "once": "^1.3.1",
    3153         "simple-concat": "^1.0.0"
    3154       }
    3155     },
    3156     "source-map": {
    3157       "version": "0.4.4",
    3158       "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
    3159       "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
    3160       "dev": true,
    3161       "requires": {
    3162         "amdefine": ">=0.0.4"
    3163       }
    3164     },
    3165     "spdx-correct": {
    3166       "version": "3.0.2",
    3167       "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.2.tgz",
    3168       "integrity": "sha512-q9hedtzyXHr5S0A1vEPoK/7l8NpfkFYTq6iCY+Pno2ZbdZR6WexZFtqeVGkGxW3TEJMN914Z55EnAGMmenlIQQ==",
    3169       "dev": true,
    3170       "requires": {
    3171         "spdx-expression-parse": "^3.0.0",
    3172         "spdx-license-ids": "^3.0.0"
    3173       }
    3174     },
    3175     "spdx-exceptions": {
    3176       "version": "2.2.0",
    3177       "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
    3178       "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",
    3179       "dev": true
    3180     },
    3181     "spdx-expression-parse": {
    3182       "version": "3.0.0",
    3183       "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
    3184       "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",
    3185       "dev": true,
    3186       "requires": {
    3187         "spdx-exceptions": "^2.1.0",
    3188         "spdx-license-ids": "^3.0.0"
    3189       }
    3190     },
    3191     "spdx-license-ids": {
    3192       "version": "3.0.1",
    3193       "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.1.tgz",
    3194       "integrity": "sha512-TfOfPcYGBB5sDuPn3deByxPhmfegAhpDYKSOXZQN81Oyrrif8ZCodOLzK3AesELnCx03kikhyDwh0pfvvQvF8w==",
    3195       "dev": true
    3196     },
    3197     "split": {
    3198       "version": "1.0.1",
    3199       "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
    3200       "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==",
    3201       "dev": true,
    3202       "optional": true,
    3203       "requires": {
    3204         "through": "2"
    3205       }
    3206     },
    3207     "sprintf-js": {
    3208       "version": "1.1.1",
    3209       "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.1.tgz",
    3210       "integrity": "sha1-Nr54Mgr+WAH2zqPueLblqrlA6gw=",
    3211       "dev": true
    3212     },
    3213     "sshpk": {
    3214       "version": "1.14.2",
    3215       "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz",
    3216       "integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=",
    3217       "dev": true,
    3218       "optional": true,
    3219       "requires": {
    3220         "asn1": "~0.2.3",
    3221         "assert-plus": "^1.0.0",
    3222         "bcrypt-pbkdf": "^1.0.0",
    3223         "dashdash": "^1.12.0",
    3224         "ecc-jsbn": "~0.1.1",
    3225         "getpass": "^0.1.1",
    3226         "jsbn": "~0.1.0",
    3227         "safer-buffer": "^2.0.2",
    3228         "tweetnacl": "~0.14.0"
    3229       }
    3230     },
    3231     "stack-trace": {
    3232       "version": "0.0.10",
    3233       "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
    3234       "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=",
    3235       "dev": true,
    3236       "optional": true
    3237     },
    3238     "stream-buffers": {
    3239       "version": "2.2.0",
    3240       "resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz",
    3241       "integrity": "sha1-kdX1Ew0c75bc+n9yaUUYh0HQnuQ=",
    3242       "dev": true
    3243     },
    3244     "string-width": {
    3245       "version": "1.0.2",
    3246       "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
    3247       "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
    3248       "dev": true,
    3249       "requires": {
    3250         "code-point-at": "^1.0.0",
    3251         "is-fullwidth-code-point": "^1.0.0",
    3252         "strip-ansi": "^3.0.0"
    3253       },
    3254       "dependencies": {
    3255         "ansi-regex": {
    3256           "version": "2.1.1",
    3257           "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
    3258           "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
    3259           "dev": true
    3260         },
    3261         "strip-ansi": {
    3262           "version": "3.0.1",
    3263           "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
    3264           "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
    3265           "dev": true,
    3266           "requires": {
    3267             "ansi-regex": "^2.0.0"
    3268           }
    3269         }
    3270       }
    3271     },
    3272     "string_decoder": {
    3273       "version": "1.1.1",
    3274       "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
    3275       "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
    3276       "dev": true,
    3277       "requires": {
    3278         "safe-buffer": "~5.1.0"
    3279       }
    3280     },
    3281     "strip-ansi": {
    3282       "version": "2.0.1",
    3283       "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz",
    3284       "integrity": "sha1-32LBqpTtLxFOHQ8h/R1QSCt5pg4=",
    3285       "dev": true,
    3286       "requires": {
    3287         "ansi-regex": "^1.0.0"
    3288       }
    3289     },
    3290     "strip-bom": {
    3291       "version": "2.0.0",
    3292       "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
    3293       "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
    3294       "dev": true,
    3295       "requires": {
    3296         "is-utf8": "^0.2.0"
    3297       }
    3298     },
    3299     "strip-indent": {
    3300       "version": "1.0.1",
    3301       "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
    3302       "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
    3303       "dev": true,
    3304       "requires": {
    3305         "get-stdin": "^4.0.1"
    3306       }
    3307     },
    3308     "strip-json-comments": {
    3309       "version": "2.0.1",
    3310       "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
    3311       "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
    3312       "dev": true,
    3313       "optional": true
    3314     },
    3315     "supports-color": {
    3316       "version": "5.5.0",
    3317       "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
    3318       "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
    3319       "dev": true,
    3320       "requires": {
    3321         "has-flag": "^3.0.0"
    3322       }
    3323     },
    3324     "sync-exec": {
    3325       "version": "0.4.0",
    3326       "resolved": "https://registry.npmjs.org/sync-exec/-/sync-exec-0.4.0.tgz",
    3327       "integrity": "sha1-N1guegT684zW5T6iBEW5n5kvaTM=",
    3328       "dev": true
    3329     },
    3330     "tar": {
    3331       "version": "2.2.1",
    3332       "resolved": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
    3333       "integrity": "sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=",
    3334       "dev": true,
    3335       "optional": true,
    3336       "requires": {
    3337         "block-stream": "*",
    3338         "fstream": "^1.0.2",
    3339         "inherits": "2"
    3340       }
    3341     },
    3342     "tar-fs": {
    3343       "version": "1.16.3",
    3344       "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.16.3.tgz",
    3345       "integrity": "sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==",
    3346       "dev": true,
    3347       "optional": true,
    3348       "requires": {
    3349         "chownr": "^1.0.1",
    3350         "mkdirp": "^0.5.1",
    3351         "pump": "^1.0.0",
    3352         "tar-stream": "^1.1.2"
    3353       },
    3354       "dependencies": {
    3355         "pump": {
    3356           "version": "1.0.3",
    3357           "resolved": "https://registry.npmjs.org/pump/-/pump-1.0.3.tgz",
    3358           "integrity": "sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==",
    3359           "dev": true,
    3360           "optional": true,
    3361           "requires": {
    3362             "end-of-stream": "^1.1.0",
    3363             "once": "^1.3.1"
    3364           }
    3365         }
    3366       }
    3367     },
    3368     "tar-stream": {
    3369       "version": "1.6.1",
    3370       "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.1.tgz",
    3371       "integrity": "sha512-IFLM5wp3QrJODQFPm6/to3LJZrONdBY/otxcvDIQzu217zKye6yVR3hhi9lAjrC2Z+m/j5oDxMPb1qcd8cIvpA==",
    3372       "dev": true,
    3373       "requires": {
    3374         "bl": "^1.0.0",
    3375         "buffer-alloc": "^1.1.0",
    3376         "end-of-stream": "^1.0.0",
    3377         "fs-constants": "^1.0.0",
    3378         "readable-stream": "^2.3.0",
    3379         "to-buffer": "^1.1.0",
    3380         "xtend": "^4.0.0"
    3381       }
    3382     },
    3383     "text-table": {
    3384       "version": "0.2.0",
    3385       "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
    3386       "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
    3387       "dev": true
    3388     },
    3389     "throttleit": {
    3390       "version": "1.0.0",
    3391       "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz",
    3392       "integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=",
    3393       "dev": true,
    3394       "optional": true
    3395     },
    3396     "through": {
    3397       "version": "2.3.8",
    3398       "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
    3399       "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
    3400       "dev": true,
    3401       "optional": true
    3402     },
    3403     "tmp": {
    3404       "version": "0.0.33",
    3405       "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
    3406       "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
    3407       "dev": true,
    3408       "requires": {
    3409         "os-tmpdir": "~1.0.2"
    3410       }
    3411     },
    3412     "to-buffer": {
    3413       "version": "1.1.1",
    3414       "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz",
    3415       "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==",
    3416       "dev": true
    3417     },
    3418     "tough-cookie": {
    3419       "version": "2.4.3",
    3420       "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",
    3421       "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==",
    3422       "dev": true,
    3423       "optional": true,
    3424       "requires": {
    3425         "psl": "^1.1.24",
    3426         "punycode": "^1.4.1"
    3427       }
    3428     },
    3429     "trim-newlines": {
    3430       "version": "1.0.0",
    3431       "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
    3432       "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
    3433       "dev": true
    3434     },
    3435     "tunnel-agent": {
    3436       "version": "0.6.0",
    3437       "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
    3438       "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
    3439       "dev": true,
    3440       "requires": {
    3441         "safe-buffer": "^5.0.1"
    3442       }
    3443     },
    3444     "tweetnacl": {
    3445       "version": "0.14.5",
    3446       "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
    3447       "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
    3448       "dev": true,
    3449       "optional": true
    3450     },
    3451     "typechecker": {
    3452       "version": "4.6.0",
    3453       "resolved": "https://registry.npmjs.org/typechecker/-/typechecker-4.6.0.tgz",
    3454       "integrity": "sha512-83OrXpyP3LNr7aRbLkt2nkjE/d7q8su8/uRvrKxCpswqVCVGOgyaKpaz8/MTjQqBYe4eLNuJ44pNakFZKqyPMA==",
    3455       "dev": true,
    3456       "requires": {
    3457         "editions": "^2.0.2"
    3458       },
    3459       "dependencies": {
    3460         "editions": {
    3461           "version": "2.0.2",
    3462           "resolved": "https://registry.npmjs.org/editions/-/editions-2.0.2.tgz",
    3463           "integrity": "sha512-0B8aSTWUu9+JW99zHoeogavCi+lkE5l35FK0OKe0pCobixJYoeof3ZujtqYzSsU2MskhRadY5V9oWUuyG4aJ3A==",
    3464           "dev": true,
    3465           "requires": {
    3466             "errlop": "^1.0.2",
    3467             "semver": "^5.5.0"
    3468           }
    3469         }
    3470       }
    3471     },
    3472     "typedarray": {
    3473       "version": "0.0.6",
    3474       "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
    3475       "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
    3476       "dev": true,
    3477       "optional": true
    3478     },
    3479     "uglify-js": {
    3480       "version": "3.4.9",
    3481       "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz",
    3482       "integrity": "sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==",
    3483       "dev": true,
    3484       "requires": {
    3485         "commander": "~2.17.1",
    3486         "source-map": "~0.6.1"
    3487       },
    3488       "dependencies": {
    3489         "source-map": {
    3490           "version": "0.6.1",
    3491           "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
    3492           "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
    3493           "dev": true
    3494         }
    3495       }
    3496     },
    3497     "underscore.string": {
    3498       "version": "3.3.5",
    3499       "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.5.tgz",
    3500       "integrity": "sha512-g+dpmgn+XBneLmXXo+sGlW5xQEt4ErkS3mgeN2GFbremYeMBSJKr9Wf2KJplQVaiPY/f7FN6atosWYNm9ovrYg==",
    3501       "dev": true,
    3502       "requires": {
    3503         "sprintf-js": "^1.0.3",
    3504         "util-deprecate": "^1.0.2"
    3505       }
    3506     },
    3507     "unicode-5.2.0": {
    3508       "version": "0.7.5",
    3509       "resolved": "https://registry.npmjs.org/unicode-5.2.0/-/unicode-5.2.0-0.7.5.tgz",
    3510       "integrity": "sha512-KVGLW1Bri30x00yv4HNM8kBxoqFXr0Sbo55735nvrlsx4PYBZol3UtoWgO492fSwmsetzPEZzy73rbU8OGXJcA==",
    3511       "dev": true
    3512     },
    3513     "uri-path": {
    3514       "version": "1.0.0",
    3515       "resolved": "https://registry.npmjs.org/uri-path/-/uri-path-1.0.0.tgz",
    3516       "integrity": "sha1-l0fwGDWJM8Md4PzP2C0TjmcmLjI=",
    3517       "dev": true
    3518     },
    3519     "util-deprecate": {
    3520       "version": "1.0.2",
    3521       "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
    3522       "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
    3523       "dev": true
    3524     },
    3525     "uuid": {
    3526       "version": "3.3.2",
    3527       "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
    3528       "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==",
    3529       "dev": true,
    3530       "optional": true
    3531     },
    3532     "validate-npm-package-license": {
    3533       "version": "3.0.4",
    3534       "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
    3535       "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
    3536       "dev": true,
    3537       "requires": {
    3538         "spdx-correct": "^3.0.0",
    3539         "spdx-expression-parse": "^3.0.0"
    3540       }
    3541     },
    3542     "verror": {
    3543       "version": "1.10.0",
    3544       "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
    3545       "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
    3546       "dev": true,
    3547       "optional": true,
    3548       "requires": {
    3549         "assert-plus": "^1.0.0",
    3550         "core-util-is": "1.0.2",
    3551         "extsprintf": "^1.2.0"
    3552       }
    3553     },
    3554     "walkdir": {
    3555       "version": "0.0.11",
    3556       "resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.0.11.tgz",
    3557       "integrity": "sha1-oW0CXrkxvQO1LzCMrtD0D86+lTI=",
    3558       "dev": true
    3559     },
    3560     "which": {
    3561       "version": "1.3.1",
    3562       "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
    3563       "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
    3564       "dev": true,
    3565       "requires": {
    3566         "isexe": "^2.0.0"
    3567       }
    3568     },
    3569     "which-pm-runs": {
    3570       "version": "1.0.0",
    3571       "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz",
    3572       "integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=",
    3573       "dev": true,
    3574       "optional": true
    3575     },
    3576     "wide-align": {
    3577       "version": "1.1.3",
    3578       "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
    3579       "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
    3580       "dev": true,
    3581       "requires": {
    3582         "string-width": "^1.0.2 || 2"
    3583       }
    3584     },
    3585     "winston": {
    3586       "version": "2.4.4",
    3587       "resolved": "https://registry.npmjs.org/winston/-/winston-2.4.4.tgz",
    3588       "integrity": "sha512-NBo2Pepn4hK4V01UfcWcDlmiVTs7VTB1h7bgnB0rgP146bYhMxX0ypCz3lBOfNxCO4Zuek7yeT+y/zM1OfMw4Q==",
    3589       "dev": true,
    3590       "optional": true,
    3591       "requires": {
    3592         "async": "~1.0.0",
    3593         "colors": "1.0.x",
    3594         "cycle": "1.0.x",
    3595         "eyes": "0.1.x",
    3596         "isstream": "0.1.x",
    3597         "stack-trace": "0.0.x"
    3598       },
    3599       "dependencies": {
    3600         "async": {
    3601           "version": "1.0.0",
    3602           "resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
    3603           "integrity": "sha1-+PwEyjoTeErenhZBr5hXjPvWR6k=",
    3604           "dev": true,
    3605           "optional": true
    3606         },
    3607         "colors": {
    3608           "version": "1.0.3",
    3609           "resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
    3610           "integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=",
    3611           "dev": true,
    3612           "optional": true
    3613         }
    3614       }
    3615     },
    3616     "wrappy": {
    3617       "version": "1.0.2",
    3618       "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
    3619       "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
    3620       "dev": true
    3621     },
    3622     "xtend": {
    3623       "version": "4.0.1",
    3624       "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz",
    3625       "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=",
    3626       "dev": true
    3627     },
    3628     "yauzl": {
    3629       "version": "2.4.1",
    3630       "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz",
    3631       "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=",
    3632       "dev": true,
    3633       "optional": true,
    3634       "requires": {
    3635         "fd-slicer": "~1.0.1"
    3636       }
    3637     },
    3638     "zip-stream": {
    3639       "version": "1.2.0",
    3640       "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-1.2.0.tgz",
    3641       "integrity": "sha1-qLxF9MG0lpnGuQGYuqyqzbzUugQ=",
    3642       "dev": true,
    3643       "requires": {
    3644         "archiver-utils": "^1.3.0",
    3645         "compress-commons": "^1.2.0",
    3646         "lodash": "^4.8.0",
    3647         "readable-stream": "^2.0.0"
    3648       }
    3649     }
    3650   }
     3  "version": "3.9",
     4  "lockfileVersion": 1
    36515}
  • backupwordpress/trunk/readme.txt

    r2103350 r2104454  
    11=== BackUpWordPress ===
    2 Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier, katmoody, sambulance
     2Contributors: xibodevelopment, willmot, dashaluna, pauldewouters, joehoyle, mattheu, tcrsavage, cuvelier, katmoody, sambulance, dnutbourne, snightingale
    33Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
    44Requires at least: 3.9
    5 Tested up to: 4.9.8
    6 Stable tag: 3.9
     5Tested up to: 5.1
     6Stable tag: 3.10
    77
    88Simple automated backups of your WordPress-powered website.
     
    157157
    158158== Changelog ==
     159
     160### 3.10 / 2019-06-12
     161
     162* Fixed whitelist-html
    159163
    160164### 3.9 / 2019-06-10
  • backupwordpress/trunk/vendor/autoload.php

    r2103350 r2104454  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInitec295a6d5e5af85df96f8020de01e26f::getLoader();
     7return ComposerAutoloaderInit1a75378a5bdc0fa45cf53a852d91c4ca::getLoader();
  • backupwordpress/trunk/vendor/composer/autoload_real.php

    r2103350 r2104454  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInitec295a6d5e5af85df96f8020de01e26f
     5class ComposerAutoloaderInit1a75378a5bdc0fa45cf53a852d91c4ca
    66{
    77    private static $loader;
     
    2020        }
    2121
    22         spl_autoload_register(array('ComposerAutoloaderInitec295a6d5e5af85df96f8020de01e26f', 'loadClassLoader'), true, true);
     22        spl_autoload_register(array('ComposerAutoloaderInit1a75378a5bdc0fa45cf53a852d91c4ca', 'loadClassLoader'), true, true);
    2323        self::$loader = $loader = new \Composer\Autoload\ClassLoader();
    24         spl_autoload_unregister(array('ComposerAutoloaderInitec295a6d5e5af85df96f8020de01e26f', 'loadClassLoader'));
     24        spl_autoload_unregister(array('ComposerAutoloaderInit1a75378a5bdc0fa45cf53a852d91c4ca', 'loadClassLoader'));
    2525
    2626        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    2828            require_once __DIR__ . '/autoload_static.php';
    2929
    30             call_user_func(\Composer\Autoload\ComposerStaticInitec295a6d5e5af85df96f8020de01e26f::getInitializer($loader));
     30            call_user_func(\Composer\Autoload\ComposerStaticInit1a75378a5bdc0fa45cf53a852d91c4ca::getInitializer($loader));
    3131        } else {
    3232            $map = require __DIR__ . '/autoload_namespaces.php';
  • backupwordpress/trunk/vendor/composer/autoload_static.php

    r2103350 r2104454  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInitec295a6d5e5af85df96f8020de01e26f
     7class ComposerStaticInit1a75378a5bdc0fa45cf53a852d91c4ca
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3737    {
    3838        return \Closure::bind(function () use ($loader) {
    39             $loader->prefixLengthsPsr4 = ComposerStaticInitec295a6d5e5af85df96f8020de01e26f::$prefixLengthsPsr4;
    40             $loader->prefixDirsPsr4 = ComposerStaticInitec295a6d5e5af85df96f8020de01e26f::$prefixDirsPsr4;
     39            $loader->prefixLengthsPsr4 = ComposerStaticInit1a75378a5bdc0fa45cf53a852d91c4ca::$prefixLengthsPsr4;
     40            $loader->prefixDirsPsr4 = ComposerStaticInit1a75378a5bdc0fa45cf53a852d91c4ca::$prefixDirsPsr4;
    4141
    4242        }, null, ClassLoader::class);
Note: See TracChangeset for help on using the changeset viewer.