Plugin Directory

Changeset 3081560


Ignore:
Timestamp:
05/05/2024 05:15:46 PM (22 months ago)
Author:
khorshidlab
Message:

Plugin Version $version

Location:
arvancloud-object-storage
Files:
28 added
4 deleted
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • arvancloud-object-storage/tags/1.4.1/README.txt

    r3078062 r3081560  
    55Tested up to: 6.2
    66Requires PHP: 7.1
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4848
    4949== Changelog ==
     50= 1.4.1 - 2024-05-05 =
     51* fix: Fix for APIKey expiration or change
     52
    5053= 1.4.0 - 2024-04-27 =
    5154* feature: Add support for machine user connection
  • arvancloud-object-storage/tags/1.4.1/inc/ApiValidator.php

    r3078062 r3081560  
    5454                $result = $uploader->upload();
    5555                update_option('OBS_INVALID_API_KEY', false);
    56             } catch ( MultipartUploadException $e ) {
     56            } catch ( \Throwable $e ) {
    5757                update_option('OBS_INVALID_API_KEY', true);
    5858                delete_option('arvan-cloud-storage-settings');
  • arvancloud-object-storage/tags/1.4.1/inc/Helper.php

    r3078062 r3081560  
    204204            $result = $uploader->upload();
    205205            return true;
    206         } catch ( MultipartUploadException $e ) {
     206        } catch ( \Throwable $e ) {
    207207            return false;
    208208        }
  • arvancloud-object-storage/tags/1.4.1/package-lock.json

    r3078062 r3081560  
    22    "name": "wp-arvancloud-storage",
    33    "version": "0.9.1",
    4     "lockfileVersion": 2,
     4    "lockfileVersion": 3,
    55    "requires": true,
    66    "packages": {
     
    18101810            "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
    18111811        }
    1812     },
    1813     "dependencies": {
    1814         "abbrev": {
    1815             "version": "1.1.1",
    1816             "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
    1817             "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
    1818         },
    1819         "ansi-styles": {
    1820             "version": "4.3.0",
    1821             "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
    1822             "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    1823             "requires": {
    1824                 "color-convert": "^2.0.1"
    1825             }
    1826         },
    1827         "argparse": {
    1828             "version": "1.0.10",
    1829             "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
    1830             "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
    1831             "requires": {
    1832                 "sprintf-js": "~1.0.2"
    1833             }
    1834         },
    1835         "array-each": {
    1836             "version": "1.0.1",
    1837             "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
    1838             "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA=="
    1839         },
    1840         "array-find-index": {
    1841             "version": "1.0.2",
    1842             "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
    1843             "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw=="
    1844         },
    1845         "array-slice": {
    1846             "version": "1.1.0",
    1847             "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz",
    1848             "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w=="
    1849         },
    1850         "array-uniq": {
    1851             "version": "1.0.3",
    1852             "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
    1853             "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q=="
    1854         },
    1855         "async": {
    1856             "version": "1.5.2",
    1857             "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
    1858             "integrity": "sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w=="
    1859         },
    1860         "balanced-match": {
    1861             "version": "1.0.2",
    1862             "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
    1863             "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
    1864         },
    1865         "bin-version": {
    1866             "version": "1.0.4",
    1867             "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz",
    1868             "integrity": "sha512-o9u3aS7w6RqoH9BErxuilhQG2fn3srr3ZekEEGailMnj5F+0p+R3TXENvO+vGaLnKlmq8xhhh/Fvl1RRxx/FdQ==",
    1869             "requires": {
    1870                 "find-versions": "^1.0.0"
    1871             }
    1872         },
    1873         "bin-version-check": {
    1874             "version": "2.1.0",
    1875             "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-2.1.0.tgz",
    1876             "integrity": "sha512-3lUeqGAbnWQG7OCfIiHXw1EmzzvAGlMYqqgRahkr7oDeY1Qra8r2DZH2bbfXZI4NA3aaD1Ap+xt8CeVO/fftrw==",
    1877             "requires": {
    1878                 "bin-version": "^1.0.0",
    1879                 "minimist": "^1.1.0",
    1880                 "semver": "^4.0.3",
    1881                 "semver-truncate": "^1.0.0"
    1882             }
    1883         },
    1884         "body": {
    1885             "version": "5.1.0",
    1886             "resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
    1887             "integrity": "sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==",
    1888             "requires": {
    1889                 "continuable-cache": "^0.3.1",
    1890                 "error": "^7.0.0",
    1891                 "raw-body": "~1.1.0",
    1892                 "safe-json-parse": "~1.0.1"
    1893             }
    1894         },
    1895         "brace-expansion": {
    1896             "version": "1.1.11",
    1897             "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
    1898             "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
    1899             "requires": {
    1900                 "balanced-match": "^1.0.0",
    1901                 "concat-map": "0.0.1"
    1902             }
    1903         },
    1904         "braces": {
    1905             "version": "3.0.2",
    1906             "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
    1907             "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
    1908             "requires": {
    1909                 "fill-range": "^7.0.1"
    1910             }
    1911         },
    1912         "bytes": {
    1913             "version": "1.0.0",
    1914             "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz",
    1915             "integrity": "sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ=="
    1916         },
    1917         "call-bind": {
    1918             "version": "1.0.2",
    1919             "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
    1920             "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
    1921             "requires": {
    1922                 "function-bind": "^1.1.1",
    1923                 "get-intrinsic": "^1.0.2"
    1924             }
    1925         },
    1926         "camelcase": {
    1927             "version": "2.1.1",
    1928             "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
    1929             "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw=="
    1930         },
    1931         "camelcase-keys": {
    1932             "version": "2.1.0",
    1933             "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
    1934             "integrity": "sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ==",
    1935             "requires": {
    1936                 "camelcase": "^2.0.0",
    1937                 "map-obj": "^1.0.0"
    1938             }
    1939         },
    1940         "chalk": {
    1941             "version": "4.1.2",
    1942             "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
    1943             "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    1944             "requires": {
    1945                 "ansi-styles": "^4.1.0",
    1946                 "supports-color": "^7.1.0"
    1947             }
    1948         },
    1949         "color-convert": {
    1950             "version": "2.0.1",
    1951             "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
    1952             "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
    1953             "requires": {
    1954                 "color-name": "~1.1.4"
    1955             }
    1956         },
    1957         "color-name": {
    1958             "version": "1.1.4",
    1959             "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    1960             "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
    1961         },
    1962         "colors": {
    1963             "version": "1.1.2",
    1964             "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
    1965             "integrity": "sha512-ENwblkFQpqqia6b++zLD/KUWafYlVY/UNnAp7oz7LY7E924wmpye416wBOmvv/HMWzl8gL1kJlfvId/1Dg176w=="
    1966         },
    1967         "concat-map": {
    1968             "version": "0.0.1",
    1969             "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
    1970             "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
    1971         },
    1972         "continuable-cache": {
    1973             "version": "0.3.1",
    1974             "resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz",
    1975             "integrity": "sha512-TF30kpKhTH8AGCG3dut0rdd/19B7Z+qCnrMoBLpyQu/2drZdNrrpcjPEoJeSVsQM+8KmWG5O56oPDjSSUsuTyA=="
    1976         },
    1977         "currently-unhandled": {
    1978             "version": "0.4.1",
    1979             "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
    1980             "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==",
    1981             "requires": {
    1982                 "array-find-index": "^1.0.1"
    1983             }
    1984         },
    1985         "dargs": {
    1986             "version": "2.1.0",
    1987             "resolved": "https://registry.npmjs.org/dargs/-/dargs-2.1.0.tgz",
    1988             "integrity": "sha512-CqqLtg0sIoyqegSSnBY7b4Jc9GiXBCmqj1x5i2xvTmyeGSo3bgRbTKdZr/T6MMSWLYYtR1QslRB1TUE/43Tb4g=="
    1989         },
    1990         "dateformat": {
    1991             "version": "4.6.3",
    1992             "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
    1993             "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA=="
    1994         },
    1995         "debug": {
    1996             "version": "3.2.7",
    1997             "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
    1998             "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
    1999             "requires": {
    2000                 "ms": "^2.1.1"
    2001             }
    2002         },
    2003         "decamelize": {
    2004             "version": "1.2.0",
    2005             "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
    2006             "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="
    2007         },
    2008         "detect-file": {
    2009             "version": "1.0.0",
    2010             "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
    2011             "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q=="
    2012         },
    2013         "error": {
    2014             "version": "7.2.1",
    2015             "resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz",
    2016             "integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==",
    2017             "requires": {
    2018                 "string-template": "~0.2.1"
    2019             }
    2020         },
    2021         "error-ex": {
    2022             "version": "1.3.2",
    2023             "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
    2024             "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
    2025             "requires": {
    2026                 "is-arrayish": "^0.2.1"
    2027             }
    2028         },
    2029         "esprima": {
    2030             "version": "4.0.1",
    2031             "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
    2032             "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
    2033         },
    2034         "eventemitter2": {
    2035             "version": "0.4.14",
    2036             "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
    2037             "integrity": "sha512-K7J4xq5xAD5jHsGM5ReWXRTFa3JRGofHiMcVgQ8PRwgWxzjHpMWCIzsmyf60+mh8KLsqYPcjUMa0AC4hd6lPyQ=="
    2038         },
    2039         "exit": {
    2040             "version": "0.1.2",
    2041             "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
    2042             "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ=="
    2043         },
    2044         "expand-tilde": {
    2045             "version": "2.0.2",
    2046             "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
    2047             "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==",
    2048             "requires": {
    2049                 "homedir-polyfill": "^1.0.1"
    2050             }
    2051         },
    2052         "extend": {
    2053             "version": "3.0.2",
    2054             "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
    2055             "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
    2056         },
    2057         "faye-websocket": {
    2058             "version": "0.10.0",
    2059             "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
    2060             "integrity": "sha512-Xhj93RXbMSq8urNCUq4p9l0P6hnySJ/7YNRhYNug0bLOuii7pKO7xQFb5mx9xZXWCar88pLPb805PvUkwrLZpQ==",
    2061             "requires": {
    2062                 "websocket-driver": ">=0.5.1"
    2063             }
    2064         },
    2065         "fill-range": {
    2066             "version": "7.0.1",
    2067             "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
    2068             "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
    2069             "requires": {
    2070                 "to-regex-range": "^5.0.1"
    2071             }
    2072         },
    2073         "find-up": {
    2074             "version": "1.1.2",
    2075             "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
    2076             "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==",
    2077             "requires": {
    2078                 "path-exists": "^2.0.0",
    2079                 "pinkie-promise": "^2.0.0"
    2080             }
    2081         },
    2082         "find-versions": {
    2083             "version": "1.2.1",
    2084             "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-1.2.1.tgz",
    2085             "integrity": "sha512-t0ciYD8XnoFVirFJN2niUJAQ/kyZU5UDSJobyekmiMPCBsYsWd4nd75e7HU2Xf4m+1Y7iLEo3fovNRNIV5MaDQ==",
    2086             "requires": {
    2087                 "array-uniq": "^1.0.0",
    2088                 "get-stdin": "^4.0.1",
    2089                 "meow": "^3.5.0",
    2090                 "semver-regex": "^1.0.0"
    2091             },
    2092             "dependencies": {
    2093                 "semver-regex": {
    2094                     "version": "1.0.0",
    2095                     "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-1.0.0.tgz",
    2096                     "integrity": "sha512-1vZcoRC+LPtHFkLUPyrabsATDSHerxW+hJBN8h04HZOZBuewbXaNROtUVdEPrTdZsWNq6sfsXDhd48GB2xTG4g=="
    2097                 }
    2098             }
    2099         },
    2100         "findup-sync": {
    2101             "version": "5.0.0",
    2102             "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz",
    2103             "integrity": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==",
    2104             "requires": {
    2105                 "detect-file": "^1.0.0",
    2106                 "is-glob": "^4.0.3",
    2107                 "micromatch": "^4.0.4",
    2108                 "resolve-dir": "^1.0.1"
    2109             }
    2110         },
    2111         "fined": {
    2112             "version": "1.2.0",
    2113             "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz",
    2114             "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==",
    2115             "requires": {
    2116                 "expand-tilde": "^2.0.2",
    2117                 "is-plain-object": "^2.0.3",
    2118                 "object.defaults": "^1.1.0",
    2119                 "object.pick": "^1.2.0",
    2120                 "parse-filepath": "^1.0.1"
    2121             }
    2122         },
    2123         "flagged-respawn": {
    2124             "version": "1.0.1",
    2125             "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
    2126             "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q=="
    2127         },
    2128         "for-in": {
    2129             "version": "1.0.2",
    2130             "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
    2131             "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ=="
    2132         },
    2133         "for-own": {
    2134             "version": "1.0.0",
    2135             "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz",
    2136             "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==",
    2137             "requires": {
    2138                 "for-in": "^1.0.1"
    2139             }
    2140         },
    2141         "fs.realpath": {
    2142             "version": "1.0.0",
    2143             "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
    2144             "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
    2145         },
    2146         "function-bind": {
    2147             "version": "1.1.1",
    2148             "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
    2149             "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
    2150         },
    2151         "gaze": {
    2152             "version": "1.1.3",
    2153             "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
    2154             "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
    2155             "requires": {
    2156                 "globule": "^1.0.0"
    2157             }
    2158         },
    2159         "get-intrinsic": {
    2160             "version": "1.2.0",
    2161             "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
    2162             "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
    2163             "requires": {
    2164                 "function-bind": "^1.1.1",
    2165                 "has": "^1.0.3",
    2166                 "has-symbols": "^1.0.3"
    2167             }
    2168         },
    2169         "get-stdin": {
    2170             "version": "4.0.1",
    2171             "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
    2172             "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw=="
    2173         },
    2174         "getobject": {
    2175             "version": "1.0.2",
    2176             "resolved": "https://registry.npmjs.org/getobject/-/getobject-1.0.2.tgz",
    2177             "integrity": "sha512-2zblDBaFcb3rB4rF77XVnuINOE2h2k/OnqXAiy0IrTxUfV1iFp3la33oAQVY9pCpWU268WFYVt2t71hlMuLsOg=="
    2178         },
    2179         "glob": {
    2180             "version": "7.1.7",
    2181             "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
    2182             "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
    2183             "requires": {
    2184                 "fs.realpath": "^1.0.0",
    2185                 "inflight": "^1.0.4",
    2186                 "inherits": "2",
    2187                 "minimatch": "^3.0.4",
    2188                 "once": "^1.3.0",
    2189                 "path-is-absolute": "^1.0.0"
    2190             }
    2191         },
    2192         "global-modules": {
    2193             "version": "1.0.0",
    2194             "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
    2195             "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
    2196             "requires": {
    2197                 "global-prefix": "^1.0.1",
    2198                 "is-windows": "^1.0.1",
    2199                 "resolve-dir": "^1.0.0"
    2200             }
    2201         },
    2202         "global-prefix": {
    2203             "version": "1.0.2",
    2204             "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
    2205             "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==",
    2206             "requires": {
    2207                 "expand-tilde": "^2.0.2",
    2208                 "homedir-polyfill": "^1.0.1",
    2209                 "ini": "^1.3.4",
    2210                 "is-windows": "^1.0.1",
    2211                 "which": "^1.2.14"
    2212             }
    2213         },
    2214         "globule": {
    2215             "version": "1.3.4",
    2216             "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz",
    2217             "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==",
    2218             "requires": {
    2219                 "glob": "~7.1.1",
    2220                 "lodash": "^4.17.21",
    2221                 "minimatch": "~3.0.2"
    2222             }
    2223         },
    2224         "graceful-fs": {
    2225             "version": "4.2.11",
    2226             "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
    2227             "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
    2228         },
    2229         "grunt": {
    2230             "version": "1.6.1",
    2231             "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.6.1.tgz",
    2232             "integrity": "sha512-/ABUy3gYWu5iBmrUSRBP97JLpQUm0GgVveDCp6t3yRNIoltIYw7rEj3g5y1o2PGPR2vfTRGa7WC/LZHLTXnEzA==",
    2233             "requires": {
    2234                 "dateformat": "~4.6.2",
    2235                 "eventemitter2": "~0.4.13",
    2236                 "exit": "~0.1.2",
    2237                 "findup-sync": "~5.0.0",
    2238                 "glob": "~7.1.6",
    2239                 "grunt-cli": "~1.4.3",
    2240                 "grunt-known-options": "~2.0.0",
    2241                 "grunt-legacy-log": "~3.0.0",
    2242                 "grunt-legacy-util": "~2.0.1",
    2243                 "iconv-lite": "~0.6.3",
    2244                 "js-yaml": "~3.14.0",
    2245                 "minimatch": "~3.0.4",
    2246                 "nopt": "~3.0.6"
    2247             }
    2248         },
    2249         "grunt-cli": {
    2250             "version": "1.4.3",
    2251             "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.4.3.tgz",
    2252             "integrity": "sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ==",
    2253             "requires": {
    2254                 "grunt-known-options": "~2.0.0",
    2255                 "interpret": "~1.1.0",
    2256                 "liftup": "~3.0.1",
    2257                 "nopt": "~4.0.1",
    2258                 "v8flags": "~3.2.0"
    2259             },
    2260             "dependencies": {
    2261                 "nopt": {
    2262                     "version": "4.0.3",
    2263                     "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz",
    2264                     "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==",
    2265                     "requires": {
    2266                         "abbrev": "1",
    2267                         "osenv": "^0.1.4"
    2268                     }
    2269                 }
    2270             }
    2271         },
    2272         "grunt-contrib-compass": {
    2273             "version": "1.1.1",
    2274             "resolved": "https://registry.npmjs.org/grunt-contrib-compass/-/grunt-contrib-compass-1.1.1.tgz",
    2275             "integrity": "sha512-R6LS6rfQgMbjhil4mYwLT72wN+Zup1pusXI/t1gGfdGVXcwlBZEKfcelfNpeuVjMzaLsmPB1tTpbTDhsnG3QbA==",
    2276             "requires": {
    2277                 "async": "^1.5.2",
    2278                 "bin-version-check": "^2.0.0",
    2279                 "dargs": "^2.0.3",
    2280                 "onetime": "^1.0.0",
    2281                 "tmp": "0.0.28",
    2282                 "which": "^1.0.9"
    2283             }
    2284         },
    2285         "grunt-contrib-watch": {
    2286             "version": "1.1.0",
    2287             "resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.1.0.tgz",
    2288             "integrity": "sha512-yGweN+0DW5yM+oo58fRu/XIRrPcn3r4tQx+nL7eMRwjpvk+rQY6R8o94BPK0i2UhTg9FN21hS+m8vR8v9vXfeg==",
    2289             "requires": {
    2290                 "async": "^2.6.0",
    2291                 "gaze": "^1.1.0",
    2292                 "lodash": "^4.17.10",
    2293                 "tiny-lr": "^1.1.1"
    2294             },
    2295             "dependencies": {
    2296                 "async": {
    2297                     "version": "2.6.4",
    2298                     "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
    2299                     "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
    2300                     "requires": {
    2301                         "lodash": "^4.17.14"
    2302                     }
    2303                 }
    2304             }
    2305         },
    2306         "grunt-known-options": {
    2307             "version": "2.0.0",
    2308             "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-2.0.0.tgz",
    2309             "integrity": "sha512-GD7cTz0I4SAede1/+pAbmJRG44zFLPipVtdL9o3vqx9IEyb7b4/Y3s7r6ofI3CchR5GvYJ+8buCSioDv5dQLiA=="
    2310         },
    2311         "grunt-legacy-log": {
    2312             "version": "3.0.0",
    2313             "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-3.0.0.tgz",
    2314             "integrity": "sha512-GHZQzZmhyq0u3hr7aHW4qUH0xDzwp2YXldLPZTCjlOeGscAOWWPftZG3XioW8MasGp+OBRIu39LFx14SLjXRcA==",
    2315             "requires": {
    2316                 "colors": "~1.1.2",
    2317                 "grunt-legacy-log-utils": "~2.1.0",
    2318                 "hooker": "~0.2.3",
    2319                 "lodash": "~4.17.19"
    2320             }
    2321         },
    2322         "grunt-legacy-log-utils": {
    2323             "version": "2.1.0",
    2324             "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.1.0.tgz",
    2325             "integrity": "sha512-lwquaPXJtKQk0rUM1IQAop5noEpwFqOXasVoedLeNzaibf/OPWjKYvvdqnEHNmU+0T0CaReAXIbGo747ZD+Aaw==",
    2326             "requires": {
    2327                 "chalk": "~4.1.0",
    2328                 "lodash": "~4.17.19"
    2329             }
    2330         },
    2331         "grunt-legacy-util": {
    2332             "version": "2.0.1",
    2333             "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-2.0.1.tgz",
    2334             "integrity": "sha512-2bQiD4fzXqX8rhNdXkAywCadeqiPiay0oQny77wA2F3WF4grPJXCvAcyoWUJV+po/b15glGkxuSiQCK299UC2w==",
    2335             "requires": {
    2336                 "async": "~3.2.0",
    2337                 "exit": "~0.1.2",
    2338                 "getobject": "~1.0.0",
    2339                 "hooker": "~0.2.3",
    2340                 "lodash": "~4.17.21",
    2341                 "underscore.string": "~3.3.5",
    2342                 "which": "~2.0.2"
    2343             },
    2344             "dependencies": {
    2345                 "async": {
    2346                     "version": "3.2.4",
    2347                     "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
    2348                     "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
    2349                 },
    2350                 "which": {
    2351                     "version": "2.0.2",
    2352                     "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
    2353                     "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
    2354                     "requires": {
    2355                         "isexe": "^2.0.0"
    2356                     }
    2357                 }
    2358             }
    2359         },
    2360         "has": {
    2361             "version": "1.0.3",
    2362             "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
    2363             "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
    2364             "requires": {
    2365                 "function-bind": "^1.1.1"
    2366             }
    2367         },
    2368         "has-flag": {
    2369             "version": "4.0.0",
    2370             "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
    2371             "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
    2372         },
    2373         "has-symbols": {
    2374             "version": "1.0.3",
    2375             "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
    2376             "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
    2377         },
    2378         "homedir-polyfill": {
    2379             "version": "1.0.3",
    2380             "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
    2381             "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
    2382             "requires": {
    2383                 "parse-passwd": "^1.0.0"
    2384             }
    2385         },
    2386         "hooker": {
    2387             "version": "0.2.3",
    2388             "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
    2389             "integrity": "sha512-t+UerCsQviSymAInD01Pw+Dn/usmz1sRO+3Zk1+lx8eg+WKpD2ulcwWqHHL0+aseRBr+3+vIhiG1K1JTwaIcTA=="
    2390         },
    2391         "hosted-git-info": {
    2392             "version": "2.8.9",
    2393             "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
    2394             "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
    2395         },
    2396         "http-parser-js": {
    2397             "version": "0.5.8",
    2398             "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
    2399             "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
    2400         },
    2401         "iconv-lite": {
    2402             "version": "0.6.3",
    2403             "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
    2404             "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
    2405             "requires": {
    2406                 "safer-buffer": ">= 2.1.2 < 3.0.0"
    2407             }
    2408         },
    2409         "indent-string": {
    2410             "version": "2.1.0",
    2411             "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
    2412             "integrity": "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==",
    2413             "requires": {
    2414                 "repeating": "^2.0.0"
    2415             }
    2416         },
    2417         "inflight": {
    2418             "version": "1.0.6",
    2419             "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
    2420             "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
    2421             "requires": {
    2422                 "once": "^1.3.0",
    2423                 "wrappy": "1"
    2424             }
    2425         },
    2426         "inherits": {
    2427             "version": "2.0.4",
    2428             "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
    2429             "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
    2430         },
    2431         "ini": {
    2432             "version": "1.3.8",
    2433             "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
    2434             "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
    2435         },
    2436         "interpret": {
    2437             "version": "1.1.0",
    2438             "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz",
    2439             "integrity": "sha512-CLM8SNMDu7C5psFCn6Wg/tgpj/bKAg7hc2gWqcuR9OD5Ft9PhBpIu8PLicPeis+xDd6YX2ncI8MCA64I9tftIA=="
    2440         },
    2441         "is-absolute": {
    2442             "version": "1.0.0",
    2443             "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
    2444             "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
    2445             "requires": {
    2446                 "is-relative": "^1.0.0",
    2447                 "is-windows": "^1.0.1"
    2448             }
    2449         },
    2450         "is-arrayish": {
    2451             "version": "0.2.1",
    2452             "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
    2453             "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
    2454         },
    2455         "is-core-module": {
    2456             "version": "2.11.0",
    2457             "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
    2458             "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
    2459             "requires": {
    2460                 "has": "^1.0.3"
    2461             }
    2462         },
    2463         "is-extglob": {
    2464             "version": "2.1.1",
    2465             "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
    2466             "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
    2467         },
    2468         "is-finite": {
    2469             "version": "1.1.0",
    2470             "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
    2471             "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w=="
    2472         },
    2473         "is-glob": {
    2474             "version": "4.0.3",
    2475             "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
    2476             "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
    2477             "requires": {
    2478                 "is-extglob": "^2.1.1"
    2479             }
    2480         },
    2481         "is-number": {
    2482             "version": "7.0.0",
    2483             "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
    2484             "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
    2485         },
    2486         "is-plain-object": {
    2487             "version": "2.0.4",
    2488             "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
    2489             "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
    2490             "requires": {
    2491                 "isobject": "^3.0.1"
    2492             }
    2493         },
    2494         "is-relative": {
    2495             "version": "1.0.0",
    2496             "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
    2497             "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
    2498             "requires": {
    2499                 "is-unc-path": "^1.0.0"
    2500             }
    2501         },
    2502         "is-unc-path": {
    2503             "version": "1.0.0",
    2504             "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
    2505             "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
    2506             "requires": {
    2507                 "unc-path-regex": "^0.1.2"
    2508             }
    2509         },
    2510         "is-utf8": {
    2511             "version": "0.2.1",
    2512             "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
    2513             "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q=="
    2514         },
    2515         "is-windows": {
    2516             "version": "1.0.2",
    2517             "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
    2518             "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA=="
    2519         },
    2520         "isexe": {
    2521             "version": "2.0.0",
    2522             "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
    2523             "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
    2524         },
    2525         "isobject": {
    2526             "version": "3.0.1",
    2527             "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
    2528             "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg=="
    2529         },
    2530         "js-yaml": {
    2531             "version": "3.14.1",
    2532             "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
    2533             "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
    2534             "requires": {
    2535                 "argparse": "^1.0.7",
    2536                 "esprima": "^4.0.0"
    2537             }
    2538         },
    2539         "kind-of": {
    2540             "version": "6.0.3",
    2541             "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
    2542             "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
    2543         },
    2544         "liftup": {
    2545             "version": "3.0.1",
    2546             "resolved": "https://registry.npmjs.org/liftup/-/liftup-3.0.1.tgz",
    2547             "integrity": "sha512-yRHaiQDizWSzoXk3APcA71eOI/UuhEkNN9DiW2Tt44mhYzX4joFoCZlxsSOF7RyeLlfqzFLQI1ngFq3ggMPhOw==",
    2548             "requires": {
    2549                 "extend": "^3.0.2",
    2550                 "findup-sync": "^4.0.0",
    2551                 "fined": "^1.2.0",
    2552                 "flagged-respawn": "^1.0.1",
    2553                 "is-plain-object": "^2.0.4",
    2554                 "object.map": "^1.0.1",
    2555                 "rechoir": "^0.7.0",
    2556                 "resolve": "^1.19.0"
    2557             },
    2558             "dependencies": {
    2559                 "findup-sync": {
    2560                     "version": "4.0.0",
    2561                     "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz",
    2562                     "integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==",
    2563                     "requires": {
    2564                         "detect-file": "^1.0.0",
    2565                         "is-glob": "^4.0.0",
    2566                         "micromatch": "^4.0.2",
    2567                         "resolve-dir": "^1.0.1"
    2568                     }
    2569                 }
    2570             }
    2571         },
    2572         "livereload-js": {
    2573             "version": "2.4.0",
    2574             "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz",
    2575             "integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw=="
    2576         },
    2577         "load-json-file": {
    2578             "version": "1.1.0",
    2579             "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
    2580             "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==",
    2581             "requires": {
    2582                 "graceful-fs": "^4.1.2",
    2583                 "parse-json": "^2.2.0",
    2584                 "pify": "^2.0.0",
    2585                 "pinkie-promise": "^2.0.0",
    2586                 "strip-bom": "^2.0.0"
    2587             }
    2588         },
    2589         "lodash": {
    2590             "version": "4.17.21",
    2591             "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
    2592             "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
    2593         },
    2594         "loud-rejection": {
    2595             "version": "1.6.0",
    2596             "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
    2597             "integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==",
    2598             "requires": {
    2599                 "currently-unhandled": "^0.4.1",
    2600                 "signal-exit": "^3.0.0"
    2601             }
    2602         },
    2603         "make-iterator": {
    2604             "version": "1.0.1",
    2605             "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
    2606             "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
    2607             "requires": {
    2608                 "kind-of": "^6.0.2"
    2609             }
    2610         },
    2611         "map-cache": {
    2612             "version": "0.2.2",
    2613             "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
    2614             "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg=="
    2615         },
    2616         "map-obj": {
    2617             "version": "1.0.1",
    2618             "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
    2619             "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg=="
    2620         },
    2621         "meow": {
    2622             "version": "3.7.0",
    2623             "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
    2624             "integrity": "sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==",
    2625             "requires": {
    2626                 "camelcase-keys": "^2.0.0",
    2627                 "decamelize": "^1.1.2",
    2628                 "loud-rejection": "^1.0.0",
    2629                 "map-obj": "^1.0.1",
    2630                 "minimist": "^1.1.3",
    2631                 "normalize-package-data": "^2.3.4",
    2632                 "object-assign": "^4.0.1",
    2633                 "read-pkg-up": "^1.0.1",
    2634                 "redent": "^1.0.0",
    2635                 "trim-newlines": "^1.0.0"
    2636             },
    2637             "dependencies": {
    2638                 "trim-newlines": {
    2639                     "version": "1.0.0",
    2640                     "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
    2641                     "integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw=="
    2642                 }
    2643             }
    2644         },
    2645         "micromatch": {
    2646             "version": "4.0.5",
    2647             "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
    2648             "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
    2649             "requires": {
    2650                 "braces": "^3.0.2",
    2651                 "picomatch": "^2.3.1"
    2652             }
    2653         },
    2654         "minimatch": {
    2655             "version": "3.0.8",
    2656             "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
    2657             "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
    2658             "requires": {
    2659                 "brace-expansion": "^1.1.7"
    2660             }
    2661         },
    2662         "minimist": {
    2663             "version": "1.2.8",
    2664             "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
    2665             "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
    2666         },
    2667         "ms": {
    2668             "version": "2.1.3",
    2669             "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
    2670             "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
    2671         },
    2672         "nopt": {
    2673             "version": "3.0.6",
    2674             "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
    2675             "integrity": "sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==",
    2676             "requires": {
    2677                 "abbrev": "1"
    2678             }
    2679         },
    2680         "normalize-package-data": {
    2681             "version": "2.5.0",
    2682             "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
    2683             "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
    2684             "requires": {
    2685                 "hosted-git-info": "^2.1.4",
    2686                 "resolve": "^1.10.0",
    2687                 "semver": "2 || 3 || 4 || 5",
    2688                 "validate-npm-package-license": "^3.0.1"
    2689             }
    2690         },
    2691         "object-assign": {
    2692             "version": "4.1.1",
    2693             "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
    2694             "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="
    2695         },
    2696         "object-inspect": {
    2697             "version": "1.12.3",
    2698             "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
    2699             "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g=="
    2700         },
    2701         "object.defaults": {
    2702             "version": "1.1.0",
    2703             "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz",
    2704             "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==",
    2705             "requires": {
    2706                 "array-each": "^1.0.1",
    2707                 "array-slice": "^1.0.0",
    2708                 "for-own": "^1.0.0",
    2709                 "isobject": "^3.0.0"
    2710             }
    2711         },
    2712         "object.map": {
    2713             "version": "1.0.1",
    2714             "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz",
    2715             "integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==",
    2716             "requires": {
    2717                 "for-own": "^1.0.0",
    2718                 "make-iterator": "^1.0.0"
    2719             }
    2720         },
    2721         "object.pick": {
    2722             "version": "1.3.0",
    2723             "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
    2724             "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
    2725             "requires": {
    2726                 "isobject": "^3.0.1"
    2727             }
    2728         },
    2729         "once": {
    2730             "version": "1.4.0",
    2731             "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
    2732             "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
    2733             "requires": {
    2734                 "wrappy": "1"
    2735             }
    2736         },
    2737         "onetime": {
    2738             "version": "1.1.0",
    2739             "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
    2740             "integrity": "sha512-GZ+g4jayMqzCRMgB2sol7GiCLjKfS1PINkjmx8spcKce1LiVqcbQreXwqs2YAFXC6R03VIG28ZS31t8M866v6A=="
    2741         },
    2742         "os-homedir": {
    2743             "version": "1.0.2",
    2744             "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
    2745             "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ=="
    2746         },
    2747         "os-tmpdir": {
    2748             "version": "1.0.2",
    2749             "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
    2750             "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="
    2751         },
    2752         "osenv": {
    2753             "version": "0.1.5",
    2754             "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
    2755             "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
    2756             "requires": {
    2757                 "os-homedir": "^1.0.0",
    2758                 "os-tmpdir": "^1.0.0"
    2759             }
    2760         },
    2761         "parse-filepath": {
    2762             "version": "1.0.2",
    2763             "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
    2764             "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==",
    2765             "requires": {
    2766                 "is-absolute": "^1.0.0",
    2767                 "map-cache": "^0.2.0",
    2768                 "path-root": "^0.1.1"
    2769             }
    2770         },
    2771         "parse-json": {
    2772             "version": "2.2.0",
    2773             "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
    2774             "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==",
    2775             "requires": {
    2776                 "error-ex": "^1.2.0"
    2777             }
    2778         },
    2779         "parse-passwd": {
    2780             "version": "1.0.0",
    2781             "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
    2782             "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q=="
    2783         },
    2784         "path-exists": {
    2785             "version": "2.1.0",
    2786             "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
    2787             "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==",
    2788             "requires": {
    2789                 "pinkie-promise": "^2.0.0"
    2790             }
    2791         },
    2792         "path-is-absolute": {
    2793             "version": "1.0.1",
    2794             "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
    2795             "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
    2796         },
    2797         "path-parse": {
    2798             "version": "1.0.7",
    2799             "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
    2800             "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
    2801         },
    2802         "path-root": {
    2803             "version": "0.1.1",
    2804             "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
    2805             "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==",
    2806             "requires": {
    2807                 "path-root-regex": "^0.1.0"
    2808             }
    2809         },
    2810         "path-root-regex": {
    2811             "version": "0.1.2",
    2812             "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
    2813             "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ=="
    2814         },
    2815         "path-type": {
    2816             "version": "1.1.0",
    2817             "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
    2818             "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==",
    2819             "requires": {
    2820                 "graceful-fs": "^4.1.2",
    2821                 "pify": "^2.0.0",
    2822                 "pinkie-promise": "^2.0.0"
    2823             }
    2824         },
    2825         "picomatch": {
    2826             "version": "2.3.1",
    2827             "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
    2828             "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
    2829         },
    2830         "pify": {
    2831             "version": "2.3.0",
    2832             "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
    2833             "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog=="
    2834         },
    2835         "pinkie": {
    2836             "version": "2.0.4",
    2837             "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
    2838             "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg=="
    2839         },
    2840         "pinkie-promise": {
    2841             "version": "2.0.1",
    2842             "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
    2843             "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
    2844             "requires": {
    2845                 "pinkie": "^2.0.0"
    2846             }
    2847         },
    2848         "qs": {
    2849             "version": "6.11.1",
    2850             "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz",
    2851             "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==",
    2852             "requires": {
    2853                 "side-channel": "^1.0.4"
    2854             }
    2855         },
    2856         "raw-body": {
    2857             "version": "1.1.7",
    2858             "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.7.tgz",
    2859             "integrity": "sha512-WmJJU2e9Y6M5UzTOkHaM7xJGAPQD8PNzx3bAd2+uhZAim6wDk6dAZxPVYLF67XhbR4hmKGh33Lpmh4XWrCH5Mg==",
    2860             "requires": {
    2861                 "bytes": "1",
    2862                 "string_decoder": "0.10"
    2863             }
    2864         },
    2865         "read-pkg": {
    2866             "version": "1.1.0",
    2867             "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
    2868             "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==",
    2869             "requires": {
    2870                 "load-json-file": "^1.0.0",
    2871                 "normalize-package-data": "^2.3.2",
    2872                 "path-type": "^1.0.0"
    2873             }
    2874         },
    2875         "read-pkg-up": {
    2876             "version": "1.0.1",
    2877             "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
    2878             "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
    2879             "requires": {
    2880                 "find-up": "^1.0.0",
    2881                 "read-pkg": "^1.0.0"
    2882             }
    2883         },
    2884         "rechoir": {
    2885             "version": "0.7.1",
    2886             "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz",
    2887             "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==",
    2888             "requires": {
    2889                 "resolve": "^1.9.0"
    2890             }
    2891         },
    2892         "redent": {
    2893             "version": "1.0.0",
    2894             "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
    2895             "integrity": "sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==",
    2896             "requires": {
    2897                 "indent-string": "^2.1.0",
    2898                 "strip-indent": "^1.0.1"
    2899             }
    2900         },
    2901         "repeating": {
    2902             "version": "2.0.1",
    2903             "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
    2904             "integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==",
    2905             "requires": {
    2906                 "is-finite": "^1.0.0"
    2907             }
    2908         },
    2909         "resolve": {
    2910             "version": "1.22.2",
    2911             "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
    2912             "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
    2913             "requires": {
    2914                 "is-core-module": "^2.11.0",
    2915                 "path-parse": "^1.0.7",
    2916                 "supports-preserve-symlinks-flag": "^1.0.0"
    2917             }
    2918         },
    2919         "resolve-dir": {
    2920             "version": "1.0.1",
    2921             "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
    2922             "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==",
    2923             "requires": {
    2924                 "expand-tilde": "^2.0.0",
    2925                 "global-modules": "^1.0.0"
    2926             }
    2927         },
    2928         "safe-buffer": {
    2929             "version": "5.2.1",
    2930             "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
    2931             "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
    2932         },
    2933         "safe-json-parse": {
    2934             "version": "1.0.1",
    2935             "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz",
    2936             "integrity": "sha512-o0JmTu17WGUaUOHa1l0FPGXKBfijbxK6qoHzlkihsDXxzBHvJcA7zgviKR92Xs841rX9pK16unfphLq0/KqX7A=="
    2937         },
    2938         "safer-buffer": {
    2939             "version": "2.1.2",
    2940             "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
    2941             "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
    2942         },
    2943         "semver": {
    2944             "version": "4.3.6",
    2945             "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
    2946             "integrity": "sha512-IrpJ+yoG4EOH8DFWuVg+8H1kW1Oaof0Wxe7cPcXW3x9BjkN/eVo54F15LyqemnDIUYskQWr9qvl/RihmSy6+xQ=="
    2947         },
    2948         "semver-regex": {
    2949             "version": "4.0.5",
    2950             "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz",
    2951             "integrity": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw=="
    2952         },
    2953         "semver-truncate": {
    2954             "version": "1.1.2",
    2955             "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz",
    2956             "integrity": "sha512-V1fGg9i4CL3qesB6U0L6XAm4xOJiHmt4QAacazumuasc03BvtFGIMCduv01JWQ69Nv+JST9TqhSCiJoxoY031w==",
    2957             "requires": {
    2958                 "semver": "^5.3.0"
    2959             },
    2960             "dependencies": {
    2961                 "semver": {
    2962                     "version": "5.7.1",
    2963                     "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
    2964                     "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
    2965                 }
    2966             }
    2967         },
    2968         "side-channel": {
    2969             "version": "1.0.4",
    2970             "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
    2971             "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
    2972             "requires": {
    2973                 "call-bind": "^1.0.0",
    2974                 "get-intrinsic": "^1.0.2",
    2975                 "object-inspect": "^1.9.0"
    2976             }
    2977         },
    2978         "signal-exit": {
    2979             "version": "3.0.7",
    2980             "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
    2981             "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
    2982         },
    2983         "spdx-correct": {
    2984             "version": "3.2.0",
    2985             "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
    2986             "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
    2987             "requires": {
    2988                 "spdx-expression-parse": "^3.0.0",
    2989                 "spdx-license-ids": "^3.0.0"
    2990             }
    2991         },
    2992         "spdx-exceptions": {
    2993             "version": "2.3.0",
    2994             "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
    2995             "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
    2996         },
    2997         "spdx-expression-parse": {
    2998             "version": "3.0.1",
    2999             "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
    3000             "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
    3001             "requires": {
    3002                 "spdx-exceptions": "^2.1.0",
    3003                 "spdx-license-ids": "^3.0.0"
    3004             }
    3005         },
    3006         "spdx-license-ids": {
    3007             "version": "3.0.13",
    3008             "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
    3009             "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w=="
    3010         },
    3011         "sprintf-js": {
    3012             "version": "1.0.3",
    3013             "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
    3014             "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
    3015         },
    3016         "string_decoder": {
    3017             "version": "0.10.31",
    3018             "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
    3019             "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ=="
    3020         },
    3021         "string-template": {
    3022             "version": "0.2.1",
    3023             "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
    3024             "integrity": "sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw=="
    3025         },
    3026         "strip-bom": {
    3027             "version": "2.0.0",
    3028             "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
    3029             "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==",
    3030             "requires": {
    3031                 "is-utf8": "^0.2.0"
    3032             }
    3033         },
    3034         "strip-indent": {
    3035             "version": "1.0.1",
    3036             "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
    3037             "integrity": "sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==",
    3038             "requires": {
    3039                 "get-stdin": "^4.0.1"
    3040             }
    3041         },
    3042         "supports-color": {
    3043             "version": "7.2.0",
    3044             "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
    3045             "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    3046             "requires": {
    3047                 "has-flag": "^4.0.0"
    3048             }
    3049         },
    3050         "supports-preserve-symlinks-flag": {
    3051             "version": "1.0.0",
    3052             "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
    3053             "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
    3054         },
    3055         "tiny-lr": {
    3056             "version": "1.1.1",
    3057             "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.1.1.tgz",
    3058             "integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==",
    3059             "requires": {
    3060                 "body": "^5.1.0",
    3061                 "debug": "^3.1.0",
    3062                 "faye-websocket": "~0.10.0",
    3063                 "livereload-js": "^2.3.0",
    3064                 "object-assign": "^4.1.0",
    3065                 "qs": "^6.4.0"
    3066             }
    3067         },
    3068         "tmp": {
    3069             "version": "0.0.28",
    3070             "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.28.tgz",
    3071             "integrity": "sha512-c2mmfiBmND6SOVxzogm1oda0OJ1HZVIk/5n26N59dDTh80MUeavpiCls4PGAdkX1PFkKokLpcf7prSjCeXLsJg==",
    3072             "requires": {
    3073                 "os-tmpdir": "~1.0.1"
    3074             }
    3075         },
    3076         "to-regex-range": {
    3077             "version": "5.0.1",
    3078             "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
    3079             "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
    3080             "requires": {
    3081                 "is-number": "^7.0.0"
    3082             }
    3083         },
    3084         "trim-newlines": {
    3085             "version": "5.0.0",
    3086             "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-5.0.0.tgz",
    3087             "integrity": "sha512-kstfs+hgwmdsOadN3KgA+C68wPJwnZq4DN6WMDCvZapDWEF34W2TyPKN2v2+BJnZgIz5QOfxFeldLyYvdgRAwg=="
    3088         },
    3089         "unc-path-regex": {
    3090             "version": "0.1.2",
    3091             "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
    3092             "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg=="
    3093         },
    3094         "underscore.string": {
    3095             "version": "3.3.6",
    3096             "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.6.tgz",
    3097             "integrity": "sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==",
    3098             "requires": {
    3099                 "sprintf-js": "^1.1.1",
    3100                 "util-deprecate": "^1.0.2"
    3101             },
    3102             "dependencies": {
    3103                 "sprintf-js": {
    3104                     "version": "1.1.2",
    3105                     "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
    3106                     "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
    3107                 }
    3108             }
    3109         },
    3110         "util-deprecate": {
    3111             "version": "1.0.2",
    3112             "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
    3113             "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
    3114         },
    3115         "v8flags": {
    3116             "version": "3.2.0",
    3117             "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz",
    3118             "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==",
    3119             "requires": {
    3120                 "homedir-polyfill": "^1.0.1"
    3121             }
    3122         },
    3123         "validate-npm-package-license": {
    3124             "version": "3.0.4",
    3125             "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
    3126             "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
    3127             "requires": {
    3128                 "spdx-correct": "^3.0.0",
    3129                 "spdx-expression-parse": "^3.0.0"
    3130             }
    3131         },
    3132         "websocket-driver": {
    3133             "version": "0.7.4",
    3134             "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
    3135             "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
    3136             "requires": {
    3137                 "http-parser-js": ">=0.5.1",
    3138                 "safe-buffer": ">=5.1.0",
    3139                 "websocket-extensions": ">=0.1.1"
    3140             }
    3141         },
    3142         "websocket-extensions": {
    3143             "version": "0.1.4",
    3144             "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
    3145             "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
    3146         },
    3147         "which": {
    3148             "version": "1.3.1",
    3149             "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
    3150             "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
    3151             "requires": {
    3152                 "isexe": "^2.0.0"
    3153             }
    3154         },
    3155         "wrappy": {
    3156             "version": "1.0.2",
    3157             "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
    3158             "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
    3159         }
    31601812    }
    31611813}
  • arvancloud-object-storage/tags/1.4.1/vendor/composer/installed.php

    r3078062 r3081560  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'bd4afbbddf60be16d51f7d9ce0d3f94d06866a7e',
     6        'reference' => '734f56bce027af2633c31c300c89b474985fa14e',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    5959            'pretty_version' => 'dev-master',
    6060            'version' => 'dev-master',
    61             'reference' => 'bd4afbbddf60be16d51f7d9ce0d3f94d06866a7e',
     61            'reference' => '734f56bce027af2633c31c300c89b474985fa14e',
    6262            'type' => 'library',
    6363            'install_path' => __DIR__ . '/../../',
  • arvancloud-object-storage/tags/1.4.1/wp-arvancloud-storage.php

    r3078062 r3081560  
    1010 * Plugin URI:        https://www.arvancloud.com/fa/products/cloud-storage
    1111 * Description:       Using ArvanCloud Storage Plugin you can offload, back up and upload your WordPress files and databases directly to your ArvanCloud object storage bucket. This easy-to-use plugin allows you to back up, restore and store your files simply and securely to a cost-effective, unlimited cloud storage. No need for expensive hosting services anymore.
    12  * Version:           1.4.0
     12 * Version:           1.4.1
    1313 * Author:            ArvanCloud
    1414 * Author URI:        https://www.arvancloud.com/en/products/cloud-storage
     
    2828}
    2929
    30 define( 'ACS_VERSION', '1.4.0' );
     30define( 'ACS_VERSION', '1.4.1' );
    3131define( 'ACS_NAME', __( 'ArvanCloud Storage', 'arvancloud-object-storage' ) );
    3232define( 'ACS_SLUG', 'wp-arvancloud-storage');
  • arvancloud-object-storage/trunk/README.txt

    r3078062 r3081560  
    55Tested up to: 6.2
    66Requires PHP: 7.1
    7 Stable tag: 1.4.0
     7Stable tag: 1.4.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4848
    4949== Changelog ==
     50= 1.4.1 - 2024-05-05 =
     51* fix: Fix for APIKey expiration or change
     52
    5053= 1.4.0 - 2024-04-27 =
    5154* feature: Add support for machine user connection
  • arvancloud-object-storage/trunk/inc/ApiValidator.php

    r3078062 r3081560  
    5454                $result = $uploader->upload();
    5555                update_option('OBS_INVALID_API_KEY', false);
    56             } catch ( MultipartUploadException $e ) {
     56            } catch ( \Throwable $e ) {
    5757                update_option('OBS_INVALID_API_KEY', true);
    5858                delete_option('arvan-cloud-storage-settings');
  • arvancloud-object-storage/trunk/inc/Helper.php

    r3078062 r3081560  
    204204            $result = $uploader->upload();
    205205            return true;
    206         } catch ( MultipartUploadException $e ) {
     206        } catch ( \Throwable $e ) {
    207207            return false;
    208208        }
  • arvancloud-object-storage/trunk/package-lock.json

    r3078062 r3081560  
    22    "name": "wp-arvancloud-storage",
    33    "version": "0.9.1",
    4     "lockfileVersion": 2,
     4    "lockfileVersion": 3,
    55    "requires": true,
    66    "packages": {
     
    18101810            "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
    18111811        }
    1812     },
    1813     "dependencies": {
    1814         "abbrev": {
    1815             "version": "1.1.1",
    1816             "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
    1817             "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q=="
    1818         },
    1819         "ansi-styles": {
    1820             "version": "4.3.0",
    1821             "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
    1822             "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
    1823             "requires": {
    1824                 "color-convert": "^2.0.1"
    1825             }
    1826         },
    1827         "argparse": {
    1828             "version": "1.0.10",
    1829             "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
    1830             "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
    1831             "requires": {
    1832                 "sprintf-js": "~1.0.2"
    1833             }
    1834         },
    1835         "array-each": {
    1836             "version": "1.0.1",
    1837             "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
    1838             "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA=="
    1839         },
    1840         "array-find-index": {
    1841             "version": "1.0.2",
    1842             "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
    1843             "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw=="
    1844         },
    1845         "array-slice": {
    1846             "version": "1.1.0",
    1847             "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz",
    1848             "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w=="
    1849         },
    1850         "array-uniq": {
    1851             "version": "1.0.3",
    1852             "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
    1853             "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q=="
    1854         },
    1855         "async": {
    1856             "version": "1.5.2",
    1857             "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
    1858             "integrity": "sha512-nSVgobk4rv61R9PUSDtYt7mPVB2olxNR5RWJcAsH676/ef11bUZwvu7+RGYrYauVdDPcO519v68wRhXQtxsV9w=="
    1859         },
    1860         "balanced-match": {
    1861             "version": "1.0.2",
    1862             "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
    1863             "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
    1864         },
    1865         "bin-version": {
    1866             "version": "1.0.4",
    1867             "resolved": "https://registry.npmjs.org/bin-version/-/bin-version-1.0.4.tgz",
    1868             "integrity": "sha512-o9u3aS7w6RqoH9BErxuilhQG2fn3srr3ZekEEGailMnj5F+0p+R3TXENvO+vGaLnKlmq8xhhh/Fvl1RRxx/FdQ==",
    1869             "requires": {
    1870                 "find-versions": "^1.0.0"
    1871             }
    1872         },
    1873         "bin-version-check": {
    1874             "version": "2.1.0",
    1875             "resolved": "https://registry.npmjs.org/bin-version-check/-/bin-version-check-2.1.0.tgz",
    1876             "integrity": "sha512-3lUeqGAbnWQG7OCfIiHXw1EmzzvAGlMYqqgRahkr7oDeY1Qra8r2DZH2bbfXZI4NA3aaD1Ap+xt8CeVO/fftrw==",
    1877             "requires": {
    1878                 "bin-version": "^1.0.0",
    1879                 "minimist": "^1.1.0",
    1880                 "semver": "^4.0.3",
    1881                 "semver-truncate": "^1.0.0"
    1882             }
    1883         },
    1884         "body": {
    1885             "version": "5.1.0",
    1886             "resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
    1887             "integrity": "sha512-chUsBxGRtuElD6fmw1gHLpvnKdVLK302peeFa9ZqAEk8TyzZ3fygLyUEDDPTJvL9+Bor0dIwn6ePOsRM2y0zQQ==",
    1888             "requires": {
    1889                 "continuable-cache": "^0.3.1",
    1890                 "error": "^7.0.0",
    1891                 "raw-body": "~1.1.0",
    1892                 "safe-json-parse": "~1.0.1"
    1893             }
    1894         },
    1895         "brace-expansion": {
    1896             "version": "1.1.11",
    1897             "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
    1898             "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
    1899             "requires": {
    1900                 "balanced-match": "^1.0.0",
    1901                 "concat-map": "0.0.1"
    1902             }
    1903         },
    1904         "braces": {
    1905             "version": "3.0.2",
    1906             "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
    1907             "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
    1908             "requires": {
    1909                 "fill-range": "^7.0.1"
    1910             }
    1911         },
    1912         "bytes": {
    1913             "version": "1.0.0",
    1914             "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz",
    1915             "integrity": "sha512-/x68VkHLeTl3/Ll8IvxdwzhrT+IyKc52e/oyHhA2RwqPqswSnjVbSddfPRwAsJtbilMAPSRWwAlpxdYsSWOTKQ=="
    1916         },
    1917         "call-bind": {
    1918             "version": "1.0.2",
    1919             "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
    1920             "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
    1921             "requires": {
    1922                 "function-bind": "^1.1.1",
    1923                 "get-intrinsic": "^1.0.2"
    1924             }
    1925         },
    1926         "camelcase": {
    1927             "version": "2.1.1",
    1928             "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
    1929             "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw=="
    1930         },
    1931         "camelcase-keys": {
    1932             "version": "2.1.0",
    1933             "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
    1934             "integrity": "sha512-bA/Z/DERHKqoEOrp+qeGKw1QlvEQkGZSc0XaY6VnTxZr+Kv1G5zFwttpjv8qxZ/sBPT4nthwZaAcsAZTJlSKXQ==",
    1935             "requires": {
    1936                 "camelcase": "^2.0.0",
    1937                 "map-obj": "^1.0.0"
    1938             }
    1939         },
    1940         "chalk": {
    1941             "version": "4.1.2",
    1942             "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
    1943             "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    1944             "requires": {
    1945                 "ansi-styles": "^4.1.0",
    1946                 "supports-color": "^7.1.0"
    1947             }
    1948         },
    1949         "color-convert": {
    1950             "version": "2.0.1",
    1951             "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
    1952             "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
    1953             "requires": {
    1954                 "color-name": "~1.1.4"
    1955             }
    1956         },
    1957         "color-name": {
    1958             "version": "1.1.4",
    1959             "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
    1960             "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
    1961         },
    1962         "colors": {
    1963             "version": "1.1.2",
    1964             "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
    1965             "integrity": "sha512-ENwblkFQpqqia6b++zLD/KUWafYlVY/UNnAp7oz7LY7E924wmpye416wBOmvv/HMWzl8gL1kJlfvId/1Dg176w=="
    1966         },
    1967         "concat-map": {
    1968             "version": "0.0.1",
    1969             "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
    1970             "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
    1971         },
    1972         "continuable-cache": {
    1973             "version": "0.3.1",
    1974             "resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz",
    1975             "integrity": "sha512-TF30kpKhTH8AGCG3dut0rdd/19B7Z+qCnrMoBLpyQu/2drZdNrrpcjPEoJeSVsQM+8KmWG5O56oPDjSSUsuTyA=="
    1976         },
    1977         "currently-unhandled": {
    1978             "version": "0.4.1",
    1979             "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
    1980             "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==",
    1981             "requires": {
    1982                 "array-find-index": "^1.0.1"
    1983             }
    1984         },
    1985         "dargs": {
    1986             "version": "2.1.0",
    1987             "resolved": "https://registry.npmjs.org/dargs/-/dargs-2.1.0.tgz",
    1988             "integrity": "sha512-CqqLtg0sIoyqegSSnBY7b4Jc9GiXBCmqj1x5i2xvTmyeGSo3bgRbTKdZr/T6MMSWLYYtR1QslRB1TUE/43Tb4g=="
    1989         },
    1990         "dateformat": {
    1991             "version": "4.6.3",
    1992             "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
    1993             "integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA=="
    1994         },
    1995         "debug": {
    1996             "version": "3.2.7",
    1997             "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
    1998             "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
    1999             "requires": {
    2000                 "ms": "^2.1.1"
    2001             }
    2002         },
    2003         "decamelize": {
    2004             "version": "1.2.0",
    2005             "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
    2006             "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA=="
    2007         },
    2008         "detect-file": {
    2009             "version": "1.0.0",
    2010             "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
    2011             "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q=="
    2012         },
    2013         "error": {
    2014             "version": "7.2.1",
    2015             "resolved": "https://registry.npmjs.org/error/-/error-7.2.1.tgz",
    2016             "integrity": "sha512-fo9HBvWnx3NGUKMvMwB/CBCMMrfEJgbDTVDEkPygA3Bdd3lM1OyCd+rbQ8BwnpF6GdVeOLDNmyL4N5Bg80ZvdA==",
    2017             "requires": {
    2018                 "string-template": "~0.2.1"
    2019             }
    2020         },
    2021         "error-ex": {
    2022             "version": "1.3.2",
    2023             "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
    2024             "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
    2025             "requires": {
    2026                 "is-arrayish": "^0.2.1"
    2027             }
    2028         },
    2029         "esprima": {
    2030             "version": "4.0.1",
    2031             "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
    2032             "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
    2033         },
    2034         "eventemitter2": {
    2035             "version": "0.4.14",
    2036             "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
    2037             "integrity": "sha512-K7J4xq5xAD5jHsGM5ReWXRTFa3JRGofHiMcVgQ8PRwgWxzjHpMWCIzsmyf60+mh8KLsqYPcjUMa0AC4hd6lPyQ=="
    2038         },
    2039         "exit": {
    2040             "version": "0.1.2",
    2041             "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
    2042             "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ=="
    2043         },
    2044         "expand-tilde": {
    2045             "version": "2.0.2",
    2046             "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
    2047             "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==",
    2048             "requires": {
    2049                 "homedir-polyfill": "^1.0.1"
    2050             }
    2051         },
    2052         "extend": {
    2053             "version": "3.0.2",
    2054             "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
    2055             "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
    2056         },
    2057         "faye-websocket": {
    2058             "version": "0.10.0",
    2059             "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz",
    2060             "integrity": "sha512-Xhj93RXbMSq8urNCUq4p9l0P6hnySJ/7YNRhYNug0bLOuii7pKO7xQFb5mx9xZXWCar88pLPb805PvUkwrLZpQ==",
    2061             "requires": {
    2062                 "websocket-driver": ">=0.5.1"
    2063             }
    2064         },
    2065         "fill-range": {
    2066             "version": "7.0.1",
    2067             "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
    2068             "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
    2069             "requires": {
    2070                 "to-regex-range": "^5.0.1"
    2071             }
    2072         },
    2073         "find-up": {
    2074             "version": "1.1.2",
    2075             "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
    2076             "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==",
    2077             "requires": {
    2078                 "path-exists": "^2.0.0",
    2079                 "pinkie-promise": "^2.0.0"
    2080             }
    2081         },
    2082         "find-versions": {
    2083             "version": "1.2.1",
    2084             "resolved": "https://registry.npmjs.org/find-versions/-/find-versions-1.2.1.tgz",
    2085             "integrity": "sha512-t0ciYD8XnoFVirFJN2niUJAQ/kyZU5UDSJobyekmiMPCBsYsWd4nd75e7HU2Xf4m+1Y7iLEo3fovNRNIV5MaDQ==",
    2086             "requires": {
    2087                 "array-uniq": "^1.0.0",
    2088                 "get-stdin": "^4.0.1",
    2089                 "meow": "^3.5.0",
    2090                 "semver-regex": "^1.0.0"
    2091             },
    2092             "dependencies": {
    2093                 "semver-regex": {
    2094                     "version": "1.0.0",
    2095                     "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-1.0.0.tgz",
    2096                     "integrity": "sha512-1vZcoRC+LPtHFkLUPyrabsATDSHerxW+hJBN8h04HZOZBuewbXaNROtUVdEPrTdZsWNq6sfsXDhd48GB2xTG4g=="
    2097                 }
    2098             }
    2099         },
    2100         "findup-sync": {
    2101             "version": "5.0.0",
    2102             "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-5.0.0.tgz",
    2103             "integrity": "sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==",
    2104             "requires": {
    2105                 "detect-file": "^1.0.0",
    2106                 "is-glob": "^4.0.3",
    2107                 "micromatch": "^4.0.4",
    2108                 "resolve-dir": "^1.0.1"
    2109             }
    2110         },
    2111         "fined": {
    2112             "version": "1.2.0",
    2113             "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz",
    2114             "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==",
    2115             "requires": {
    2116                 "expand-tilde": "^2.0.2",
    2117                 "is-plain-object": "^2.0.3",
    2118                 "object.defaults": "^1.1.0",
    2119                 "object.pick": "^1.2.0",
    2120                 "parse-filepath": "^1.0.1"
    2121             }
    2122         },
    2123         "flagged-respawn": {
    2124             "version": "1.0.1",
    2125             "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
    2126             "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q=="
    2127         },
    2128         "for-in": {
    2129             "version": "1.0.2",
    2130             "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
    2131             "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ=="
    2132         },
    2133         "for-own": {
    2134             "version": "1.0.0",
    2135             "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz",
    2136             "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==",
    2137             "requires": {
    2138                 "for-in": "^1.0.1"
    2139             }
    2140         },
    2141         "fs.realpath": {
    2142             "version": "1.0.0",
    2143             "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
    2144             "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
    2145         },
    2146         "function-bind": {
    2147             "version": "1.1.1",
    2148             "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
    2149             "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
    2150         },
    2151         "gaze": {
    2152             "version": "1.1.3",
    2153             "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
    2154             "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
    2155             "requires": {
    2156                 "globule": "^1.0.0"
    2157             }
    2158         },
    2159         "get-intrinsic": {
    2160             "version": "1.2.0",
    2161             "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
    2162             "integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
    2163             "requires": {
    2164                 "function-bind": "^1.1.1",
    2165                 "has": "^1.0.3",
    2166                 "has-symbols": "^1.0.3"
    2167             }
    2168         },
    2169         "get-stdin": {
    2170             "version": "4.0.1",
    2171             "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
    2172             "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw=="
    2173         },
    2174         "getobject": {
    2175             "version": "1.0.2",
    2176             "resolved": "https://registry.npmjs.org/getobject/-/getobject-1.0.2.tgz",
    2177             "integrity": "sha512-2zblDBaFcb3rB4rF77XVnuINOE2h2k/OnqXAiy0IrTxUfV1iFp3la33oAQVY9pCpWU268WFYVt2t71hlMuLsOg=="
    2178         },
    2179         "glob": {
    2180             "version": "7.1.7",
    2181             "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
    2182             "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
    2183             "requires": {
    2184                 "fs.realpath": "^1.0.0",
    2185                 "inflight": "^1.0.4",
    2186                 "inherits": "2",
    2187                 "minimatch": "^3.0.4",
    2188                 "once": "^1.3.0",
    2189                 "path-is-absolute": "^1.0.0"
    2190             }
    2191         },
    2192         "global-modules": {
    2193             "version": "1.0.0",
    2194             "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
    2195             "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
    2196             "requires": {
    2197                 "global-prefix": "^1.0.1",
    2198                 "is-windows": "^1.0.1",
    2199                 "resolve-dir": "^1.0.0"
    2200             }
    2201         },
    2202         "global-prefix": {
    2203             "version": "1.0.2",
    2204             "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
    2205             "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==",
    2206             "requires": {
    2207                 "expand-tilde": "^2.0.2",
    2208                 "homedir-polyfill": "^1.0.1",
    2209                 "ini": "^1.3.4",
    2210                 "is-windows": "^1.0.1",
    2211                 "which": "^1.2.14"
    2212             }
    2213         },
    2214         "globule": {
    2215             "version": "1.3.4",
    2216             "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz",
    2217             "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==",
    2218             "requires": {
    2219                 "glob": "~7.1.1",
    2220                 "lodash": "^4.17.21",
    2221                 "minimatch": "~3.0.2"
    2222             }
    2223         },
    2224         "graceful-fs": {
    2225             "version": "4.2.11",
    2226             "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
    2227             "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
    2228         },
    2229         "grunt": {
    2230             "version": "1.6.1",
    2231             "resolved": "https://registry.npmjs.org/grunt/-/grunt-1.6.1.tgz",
    2232             "integrity": "sha512-/ABUy3gYWu5iBmrUSRBP97JLpQUm0GgVveDCp6t3yRNIoltIYw7rEj3g5y1o2PGPR2vfTRGa7WC/LZHLTXnEzA==",
    2233             "requires": {
    2234                 "dateformat": "~4.6.2",
    2235                 "eventemitter2": "~0.4.13",
    2236                 "exit": "~0.1.2",
    2237                 "findup-sync": "~5.0.0",
    2238                 "glob": "~7.1.6",
    2239                 "grunt-cli": "~1.4.3",
    2240                 "grunt-known-options": "~2.0.0",
    2241                 "grunt-legacy-log": "~3.0.0",
    2242                 "grunt-legacy-util": "~2.0.1",
    2243                 "iconv-lite": "~0.6.3",
    2244                 "js-yaml": "~3.14.0",
    2245                 "minimatch": "~3.0.4",
    2246                 "nopt": "~3.0.6"
    2247             }
    2248         },
    2249         "grunt-cli": {
    2250             "version": "1.4.3",
    2251             "resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.4.3.tgz",
    2252             "integrity": "sha512-9Dtx/AhVeB4LYzsViCjUQkd0Kw0McN2gYpdmGYKtE2a5Yt7v1Q+HYZVWhqXc/kGnxlMtqKDxSwotiGeFmkrCoQ==",
    2253             "requires": {
    2254                 "grunt-known-options": "~2.0.0",
    2255                 "interpret": "~1.1.0",
    2256                 "liftup": "~3.0.1",
    2257                 "nopt": "~4.0.1",
    2258                 "v8flags": "~3.2.0"
    2259             },
    2260             "dependencies": {
    2261                 "nopt": {
    2262                     "version": "4.0.3",
    2263                     "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz",
    2264                     "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==",
    2265                     "requires": {
    2266                         "abbrev": "1",
    2267                         "osenv": "^0.1.4"
    2268                     }
    2269                 }
    2270             }
    2271         },
    2272         "grunt-contrib-compass": {
    2273             "version": "1.1.1",
    2274             "resolved": "https://registry.npmjs.org/grunt-contrib-compass/-/grunt-contrib-compass-1.1.1.tgz",
    2275             "integrity": "sha512-R6LS6rfQgMbjhil4mYwLT72wN+Zup1pusXI/t1gGfdGVXcwlBZEKfcelfNpeuVjMzaLsmPB1tTpbTDhsnG3QbA==",
    2276             "requires": {
    2277                 "async": "^1.5.2",
    2278                 "bin-version-check": "^2.0.0",
    2279                 "dargs": "^2.0.3",
    2280                 "onetime": "^1.0.0",
    2281                 "tmp": "0.0.28",
    2282                 "which": "^1.0.9"
    2283             }
    2284         },
    2285         "grunt-contrib-watch": {
    2286             "version": "1.1.0",
    2287             "resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.1.0.tgz",
    2288             "integrity": "sha512-yGweN+0DW5yM+oo58fRu/XIRrPcn3r4tQx+nL7eMRwjpvk+rQY6R8o94BPK0i2UhTg9FN21hS+m8vR8v9vXfeg==",
    2289             "requires": {
    2290                 "async": "^2.6.0",
    2291                 "gaze": "^1.1.0",
    2292                 "lodash": "^4.17.10",
    2293                 "tiny-lr": "^1.1.1"
    2294             },
    2295             "dependencies": {
    2296                 "async": {
    2297                     "version": "2.6.4",
    2298                     "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
    2299                     "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
    2300                     "requires": {
    2301                         "lodash": "^4.17.14"
    2302                     }
    2303                 }
    2304             }
    2305         },
    2306         "grunt-known-options": {
    2307             "version": "2.0.0",
    2308             "resolved": "https://registry.npmjs.org/grunt-known-options/-/grunt-known-options-2.0.0.tgz",
    2309             "integrity": "sha512-GD7cTz0I4SAede1/+pAbmJRG44zFLPipVtdL9o3vqx9IEyb7b4/Y3s7r6ofI3CchR5GvYJ+8buCSioDv5dQLiA=="
    2310         },
    2311         "grunt-legacy-log": {
    2312             "version": "3.0.0",
    2313             "resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-3.0.0.tgz",
    2314             "integrity": "sha512-GHZQzZmhyq0u3hr7aHW4qUH0xDzwp2YXldLPZTCjlOeGscAOWWPftZG3XioW8MasGp+OBRIu39LFx14SLjXRcA==",
    2315             "requires": {
    2316                 "colors": "~1.1.2",
    2317                 "grunt-legacy-log-utils": "~2.1.0",
    2318                 "hooker": "~0.2.3",
    2319                 "lodash": "~4.17.19"
    2320             }
    2321         },
    2322         "grunt-legacy-log-utils": {
    2323             "version": "2.1.0",
    2324             "resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.1.0.tgz",
    2325             "integrity": "sha512-lwquaPXJtKQk0rUM1IQAop5noEpwFqOXasVoedLeNzaibf/OPWjKYvvdqnEHNmU+0T0CaReAXIbGo747ZD+Aaw==",
    2326             "requires": {
    2327                 "chalk": "~4.1.0",
    2328                 "lodash": "~4.17.19"
    2329             }
    2330         },
    2331         "grunt-legacy-util": {
    2332             "version": "2.0.1",
    2333             "resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-2.0.1.tgz",
    2334             "integrity": "sha512-2bQiD4fzXqX8rhNdXkAywCadeqiPiay0oQny77wA2F3WF4grPJXCvAcyoWUJV+po/b15glGkxuSiQCK299UC2w==",
    2335             "requires": {
    2336                 "async": "~3.2.0",
    2337                 "exit": "~0.1.2",
    2338                 "getobject": "~1.0.0",
    2339                 "hooker": "~0.2.3",
    2340                 "lodash": "~4.17.21",
    2341                 "underscore.string": "~3.3.5",
    2342                 "which": "~2.0.2"
    2343             },
    2344             "dependencies": {
    2345                 "async": {
    2346                     "version": "3.2.4",
    2347                     "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz",
    2348                     "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ=="
    2349                 },
    2350                 "which": {
    2351                     "version": "2.0.2",
    2352                     "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
    2353                     "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
    2354                     "requires": {
    2355                         "isexe": "^2.0.0"
    2356                     }
    2357                 }
    2358             }
    2359         },
    2360         "has": {
    2361             "version": "1.0.3",
    2362             "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
    2363             "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
    2364             "requires": {
    2365                 "function-bind": "^1.1.1"
    2366             }
    2367         },
    2368         "has-flag": {
    2369             "version": "4.0.0",
    2370             "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
    2371             "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
    2372         },
    2373         "has-symbols": {
    2374             "version": "1.0.3",
    2375             "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz",
    2376             "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
    2377         },
    2378         "homedir-polyfill": {
    2379             "version": "1.0.3",
    2380             "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
    2381             "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
    2382             "requires": {
    2383                 "parse-passwd": "^1.0.0"
    2384             }
    2385         },
    2386         "hooker": {
    2387             "version": "0.2.3",
    2388             "resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
    2389             "integrity": "sha512-t+UerCsQviSymAInD01Pw+Dn/usmz1sRO+3Zk1+lx8eg+WKpD2ulcwWqHHL0+aseRBr+3+vIhiG1K1JTwaIcTA=="
    2390         },
    2391         "hosted-git-info": {
    2392             "version": "2.8.9",
    2393             "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
    2394             "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw=="
    2395         },
    2396         "http-parser-js": {
    2397             "version": "0.5.8",
    2398             "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz",
    2399             "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q=="
    2400         },
    2401         "iconv-lite": {
    2402             "version": "0.6.3",
    2403             "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
    2404             "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
    2405             "requires": {
    2406                 "safer-buffer": ">= 2.1.2 < 3.0.0"
    2407             }
    2408         },
    2409         "indent-string": {
    2410             "version": "2.1.0",
    2411             "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
    2412             "integrity": "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==",
    2413             "requires": {
    2414                 "repeating": "^2.0.0"
    2415             }
    2416         },
    2417         "inflight": {
    2418             "version": "1.0.6",
    2419             "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
    2420             "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
    2421             "requires": {
    2422                 "once": "^1.3.0",
    2423                 "wrappy": "1"
    2424             }
    2425         },
    2426         "inherits": {
    2427             "version": "2.0.4",
    2428             "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
    2429             "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
    2430         },
    2431         "ini": {
    2432             "version": "1.3.8",
    2433             "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
    2434             "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
    2435         },
    2436         "interpret": {
    2437             "version": "1.1.0",
    2438             "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz",
    2439             "integrity": "sha512-CLM8SNMDu7C5psFCn6Wg/tgpj/bKAg7hc2gWqcuR9OD5Ft9PhBpIu8PLicPeis+xDd6YX2ncI8MCA64I9tftIA=="
    2440         },
    2441         "is-absolute": {
    2442             "version": "1.0.0",
    2443             "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
    2444             "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
    2445             "requires": {
    2446                 "is-relative": "^1.0.0",
    2447                 "is-windows": "^1.0.1"
    2448             }
    2449         },
    2450         "is-arrayish": {
    2451             "version": "0.2.1",
    2452             "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
    2453             "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg=="
    2454         },
    2455         "is-core-module": {
    2456             "version": "2.11.0",
    2457             "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
    2458             "integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
    2459             "requires": {
    2460                 "has": "^1.0.3"
    2461             }
    2462         },
    2463         "is-extglob": {
    2464             "version": "2.1.1",
    2465             "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
    2466             "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ=="
    2467         },
    2468         "is-finite": {
    2469             "version": "1.1.0",
    2470             "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
    2471             "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w=="
    2472         },
    2473         "is-glob": {
    2474             "version": "4.0.3",
    2475             "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
    2476             "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
    2477             "requires": {
    2478                 "is-extglob": "^2.1.1"
    2479             }
    2480         },
    2481         "is-number": {
    2482             "version": "7.0.0",
    2483             "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
    2484             "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
    2485         },
    2486         "is-plain-object": {
    2487             "version": "2.0.4",
    2488             "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
    2489             "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
    2490             "requires": {
    2491                 "isobject": "^3.0.1"
    2492             }
    2493         },
    2494         "is-relative": {
    2495             "version": "1.0.0",
    2496             "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
    2497             "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
    2498             "requires": {
    2499                 "is-unc-path": "^1.0.0"
    2500             }
    2501         },
    2502         "is-unc-path": {
    2503             "version": "1.0.0",
    2504             "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
    2505             "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
    2506             "requires": {
    2507                 "unc-path-regex": "^0.1.2"
    2508             }
    2509         },
    2510         "is-utf8": {
    2511             "version": "0.2.1",
    2512             "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
    2513             "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q=="
    2514         },
    2515         "is-windows": {
    2516             "version": "1.0.2",
    2517             "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
    2518             "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA=="
    2519         },
    2520         "isexe": {
    2521             "version": "2.0.0",
    2522             "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
    2523             "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=="
    2524         },
    2525         "isobject": {
    2526             "version": "3.0.1",
    2527             "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
    2528             "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg=="
    2529         },
    2530         "js-yaml": {
    2531             "version": "3.14.1",
    2532             "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
    2533             "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
    2534             "requires": {
    2535                 "argparse": "^1.0.7",
    2536                 "esprima": "^4.0.0"
    2537             }
    2538         },
    2539         "kind-of": {
    2540             "version": "6.0.3",
    2541             "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
    2542             "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw=="
    2543         },
    2544         "liftup": {
    2545             "version": "3.0.1",
    2546             "resolved": "https://registry.npmjs.org/liftup/-/liftup-3.0.1.tgz",
    2547             "integrity": "sha512-yRHaiQDizWSzoXk3APcA71eOI/UuhEkNN9DiW2Tt44mhYzX4joFoCZlxsSOF7RyeLlfqzFLQI1ngFq3ggMPhOw==",
    2548             "requires": {
    2549                 "extend": "^3.0.2",
    2550                 "findup-sync": "^4.0.0",
    2551                 "fined": "^1.2.0",
    2552                 "flagged-respawn": "^1.0.1",
    2553                 "is-plain-object": "^2.0.4",
    2554                 "object.map": "^1.0.1",
    2555                 "rechoir": "^0.7.0",
    2556                 "resolve": "^1.19.0"
    2557             },
    2558             "dependencies": {
    2559                 "findup-sync": {
    2560                     "version": "4.0.0",
    2561                     "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-4.0.0.tgz",
    2562                     "integrity": "sha512-6jvvn/12IC4quLBL1KNokxC7wWTvYncaVUYSoxWw7YykPLuRrnv4qdHcSOywOI5RpkOVGeQRtWM8/q+G6W6qfQ==",
    2563                     "requires": {
    2564                         "detect-file": "^1.0.0",
    2565                         "is-glob": "^4.0.0",
    2566                         "micromatch": "^4.0.2",
    2567                         "resolve-dir": "^1.0.1"
    2568                     }
    2569                 }
    2570             }
    2571         },
    2572         "livereload-js": {
    2573             "version": "2.4.0",
    2574             "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz",
    2575             "integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw=="
    2576         },
    2577         "load-json-file": {
    2578             "version": "1.1.0",
    2579             "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
    2580             "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==",
    2581             "requires": {
    2582                 "graceful-fs": "^4.1.2",
    2583                 "parse-json": "^2.2.0",
    2584                 "pify": "^2.0.0",
    2585                 "pinkie-promise": "^2.0.0",
    2586                 "strip-bom": "^2.0.0"
    2587             }
    2588         },
    2589         "lodash": {
    2590             "version": "4.17.21",
    2591             "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
    2592             "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
    2593         },
    2594         "loud-rejection": {
    2595             "version": "1.6.0",
    2596             "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
    2597             "integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==",
    2598             "requires": {
    2599                 "currently-unhandled": "^0.4.1",
    2600                 "signal-exit": "^3.0.0"
    2601             }
    2602         },
    2603         "make-iterator": {
    2604             "version": "1.0.1",
    2605             "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
    2606             "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
    2607             "requires": {
    2608                 "kind-of": "^6.0.2"
    2609             }
    2610         },
    2611         "map-cache": {
    2612             "version": "0.2.2",
    2613             "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
    2614             "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg=="
    2615         },
    2616         "map-obj": {
    2617             "version": "1.0.1",
    2618             "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
    2619             "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg=="
    2620         },
    2621         "meow": {
    2622             "version": "3.7.0",
    2623             "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
    2624             "integrity": "sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==",
    2625             "requires": {
    2626                 "camelcase-keys": "^2.0.0",
    2627                 "decamelize": "^1.1.2",
    2628                 "loud-rejection": "^1.0.0",
    2629                 "map-obj": "^1.0.1",
    2630                 "minimist": "^1.1.3",
    2631                 "normalize-package-data": "^2.3.4",
    2632                 "object-assign": "^4.0.1",
    2633                 "read-pkg-up": "^1.0.1",
    2634                 "redent": "^1.0.0",
    2635                 "trim-newlines": "^1.0.0"
    2636             },
    2637             "dependencies": {
    2638                 "trim-newlines": {
    2639                     "version": "1.0.0",
    2640                     "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
    2641                     "integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw=="
    2642                 }
    2643             }
    2644         },
    2645         "micromatch": {
    2646             "version": "4.0.5",
    2647             "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
    2648             "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
    2649             "requires": {
    2650                 "braces": "^3.0.2",
    2651                 "picomatch": "^2.3.1"
    2652             }
    2653         },
    2654         "minimatch": {
    2655             "version": "3.0.8",
    2656             "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
    2657             "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
    2658             "requires": {
    2659                 "brace-expansion": "^1.1.7"
    2660             }
    2661         },
    2662         "minimist": {
    2663             "version": "1.2.8",
    2664             "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
    2665             "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA=="
    2666         },
    2667         "ms": {
    2668             "version": "2.1.3",
    2669             "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
    2670             "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
    2671         },
    2672         "nopt": {
    2673             "version": "3.0.6",
    2674             "resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
    2675             "integrity": "sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==",
    2676             "requires": {
    2677                 "abbrev": "1"
    2678             }
    2679         },
    2680         "normalize-package-data": {
    2681             "version": "2.5.0",
    2682             "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
    2683             "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
    2684             "requires": {
    2685                 "hosted-git-info": "^2.1.4",
    2686                 "resolve": "^1.10.0",
    2687                 "semver": "2 || 3 || 4 || 5",
    2688                 "validate-npm-package-license": "^3.0.1"
    2689             }
    2690         },
    2691         "object-assign": {
    2692             "version": "4.1.1",
    2693             "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
    2694             "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg=="
    2695         },
    2696         "object-inspect": {
    2697             "version": "1.12.3",
    2698             "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz",
    2699             "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g=="
    2700         },
    2701         "object.defaults": {
    2702             "version": "1.1.0",
    2703             "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz",
    2704             "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==",
    2705             "requires": {
    2706                 "array-each": "^1.0.1",
    2707                 "array-slice": "^1.0.0",
    2708                 "for-own": "^1.0.0",
    2709                 "isobject": "^3.0.0"
    2710             }
    2711         },
    2712         "object.map": {
    2713             "version": "1.0.1",
    2714             "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz",
    2715             "integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==",
    2716             "requires": {
    2717                 "for-own": "^1.0.0",
    2718                 "make-iterator": "^1.0.0"
    2719             }
    2720         },
    2721         "object.pick": {
    2722             "version": "1.3.0",
    2723             "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
    2724             "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==",
    2725             "requires": {
    2726                 "isobject": "^3.0.1"
    2727             }
    2728         },
    2729         "once": {
    2730             "version": "1.4.0",
    2731             "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
    2732             "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
    2733             "requires": {
    2734                 "wrappy": "1"
    2735             }
    2736         },
    2737         "onetime": {
    2738             "version": "1.1.0",
    2739             "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
    2740             "integrity": "sha512-GZ+g4jayMqzCRMgB2sol7GiCLjKfS1PINkjmx8spcKce1LiVqcbQreXwqs2YAFXC6R03VIG28ZS31t8M866v6A=="
    2741         },
    2742         "os-homedir": {
    2743             "version": "1.0.2",
    2744             "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
    2745             "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ=="
    2746         },
    2747         "os-tmpdir": {
    2748             "version": "1.0.2",
    2749             "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
    2750             "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g=="
    2751         },
    2752         "osenv": {
    2753             "version": "0.1.5",
    2754             "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
    2755             "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==",
    2756             "requires": {
    2757                 "os-homedir": "^1.0.0",
    2758                 "os-tmpdir": "^1.0.0"
    2759             }
    2760         },
    2761         "parse-filepath": {
    2762             "version": "1.0.2",
    2763             "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
    2764             "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==",
    2765             "requires": {
    2766                 "is-absolute": "^1.0.0",
    2767                 "map-cache": "^0.2.0",
    2768                 "path-root": "^0.1.1"
    2769             }
    2770         },
    2771         "parse-json": {
    2772             "version": "2.2.0",
    2773             "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
    2774             "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==",
    2775             "requires": {
    2776                 "error-ex": "^1.2.0"
    2777             }
    2778         },
    2779         "parse-passwd": {
    2780             "version": "1.0.0",
    2781             "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
    2782             "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q=="
    2783         },
    2784         "path-exists": {
    2785             "version": "2.1.0",
    2786             "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
    2787             "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==",
    2788             "requires": {
    2789                 "pinkie-promise": "^2.0.0"
    2790             }
    2791         },
    2792         "path-is-absolute": {
    2793             "version": "1.0.1",
    2794             "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
    2795             "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg=="
    2796         },
    2797         "path-parse": {
    2798             "version": "1.0.7",
    2799             "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
    2800             "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
    2801         },
    2802         "path-root": {
    2803             "version": "0.1.1",
    2804             "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
    2805             "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==",
    2806             "requires": {
    2807                 "path-root-regex": "^0.1.0"
    2808             }
    2809         },
    2810         "path-root-regex": {
    2811             "version": "0.1.2",
    2812             "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
    2813             "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ=="
    2814         },
    2815         "path-type": {
    2816             "version": "1.1.0",
    2817             "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
    2818             "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==",
    2819             "requires": {
    2820                 "graceful-fs": "^4.1.2",
    2821                 "pify": "^2.0.0",
    2822                 "pinkie-promise": "^2.0.0"
    2823             }
    2824         },
    2825         "picomatch": {
    2826             "version": "2.3.1",
    2827             "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
    2828             "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
    2829         },
    2830         "pify": {
    2831             "version": "2.3.0",
    2832             "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
    2833             "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog=="
    2834         },
    2835         "pinkie": {
    2836             "version": "2.0.4",
    2837             "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
    2838             "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg=="
    2839         },
    2840         "pinkie-promise": {
    2841             "version": "2.0.1",
    2842             "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
    2843             "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
    2844             "requires": {
    2845                 "pinkie": "^2.0.0"
    2846             }
    2847         },
    2848         "qs": {
    2849             "version": "6.11.1",
    2850             "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz",
    2851             "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==",
    2852             "requires": {
    2853                 "side-channel": "^1.0.4"
    2854             }
    2855         },
    2856         "raw-body": {
    2857             "version": "1.1.7",
    2858             "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.7.tgz",
    2859             "integrity": "sha512-WmJJU2e9Y6M5UzTOkHaM7xJGAPQD8PNzx3bAd2+uhZAim6wDk6dAZxPVYLF67XhbR4hmKGh33Lpmh4XWrCH5Mg==",
    2860             "requires": {
    2861                 "bytes": "1",
    2862                 "string_decoder": "0.10"
    2863             }
    2864         },
    2865         "read-pkg": {
    2866             "version": "1.1.0",
    2867             "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
    2868             "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==",
    2869             "requires": {
    2870                 "load-json-file": "^1.0.0",
    2871                 "normalize-package-data": "^2.3.2",
    2872                 "path-type": "^1.0.0"
    2873             }
    2874         },
    2875         "read-pkg-up": {
    2876             "version": "1.0.1",
    2877             "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
    2878             "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==",
    2879             "requires": {
    2880                 "find-up": "^1.0.0",
    2881                 "read-pkg": "^1.0.0"
    2882             }
    2883         },
    2884         "rechoir": {
    2885             "version": "0.7.1",
    2886             "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz",
    2887             "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==",
    2888             "requires": {
    2889                 "resolve": "^1.9.0"
    2890             }
    2891         },
    2892         "redent": {
    2893             "version": "1.0.0",
    2894             "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
    2895             "integrity": "sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==",
    2896             "requires": {
    2897                 "indent-string": "^2.1.0",
    2898                 "strip-indent": "^1.0.1"
    2899             }
    2900         },
    2901         "repeating": {
    2902             "version": "2.0.1",
    2903             "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
    2904             "integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==",
    2905             "requires": {
    2906                 "is-finite": "^1.0.0"
    2907             }
    2908         },
    2909         "resolve": {
    2910             "version": "1.22.2",
    2911             "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
    2912             "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
    2913             "requires": {
    2914                 "is-core-module": "^2.11.0",
    2915                 "path-parse": "^1.0.7",
    2916                 "supports-preserve-symlinks-flag": "^1.0.0"
    2917             }
    2918         },
    2919         "resolve-dir": {
    2920             "version": "1.0.1",
    2921             "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
    2922             "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==",
    2923             "requires": {
    2924                 "expand-tilde": "^2.0.0",
    2925                 "global-modules": "^1.0.0"
    2926             }
    2927         },
    2928         "safe-buffer": {
    2929             "version": "5.2.1",
    2930             "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
    2931             "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
    2932         },
    2933         "safe-json-parse": {
    2934             "version": "1.0.1",
    2935             "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz",
    2936             "integrity": "sha512-o0JmTu17WGUaUOHa1l0FPGXKBfijbxK6qoHzlkihsDXxzBHvJcA7zgviKR92Xs841rX9pK16unfphLq0/KqX7A=="
    2937         },
    2938         "safer-buffer": {
    2939             "version": "2.1.2",
    2940             "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
    2941             "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
    2942         },
    2943         "semver": {
    2944             "version": "4.3.6",
    2945             "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
    2946             "integrity": "sha512-IrpJ+yoG4EOH8DFWuVg+8H1kW1Oaof0Wxe7cPcXW3x9BjkN/eVo54F15LyqemnDIUYskQWr9qvl/RihmSy6+xQ=="
    2947         },
    2948         "semver-regex": {
    2949             "version": "4.0.5",
    2950             "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-4.0.5.tgz",
    2951             "integrity": "sha512-hunMQrEy1T6Jr2uEVjrAIqjwWcQTgOAcIM52C8MY1EZSD3DDNft04XzvYKPqjED65bNVVko0YI38nYeEHCX3yw=="
    2952         },
    2953         "semver-truncate": {
    2954             "version": "1.1.2",
    2955             "resolved": "https://registry.npmjs.org/semver-truncate/-/semver-truncate-1.1.2.tgz",
    2956             "integrity": "sha512-V1fGg9i4CL3qesB6U0L6XAm4xOJiHmt4QAacazumuasc03BvtFGIMCduv01JWQ69Nv+JST9TqhSCiJoxoY031w==",
    2957             "requires": {
    2958                 "semver": "^5.3.0"
    2959             },
    2960             "dependencies": {
    2961                 "semver": {
    2962                     "version": "5.7.1",
    2963                     "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
    2964                     "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
    2965                 }
    2966             }
    2967         },
    2968         "side-channel": {
    2969             "version": "1.0.4",
    2970             "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz",
    2971             "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
    2972             "requires": {
    2973                 "call-bind": "^1.0.0",
    2974                 "get-intrinsic": "^1.0.2",
    2975                 "object-inspect": "^1.9.0"
    2976             }
    2977         },
    2978         "signal-exit": {
    2979             "version": "3.0.7",
    2980             "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
    2981             "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
    2982         },
    2983         "spdx-correct": {
    2984             "version": "3.2.0",
    2985             "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
    2986             "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==",
    2987             "requires": {
    2988                 "spdx-expression-parse": "^3.0.0",
    2989                 "spdx-license-ids": "^3.0.0"
    2990             }
    2991         },
    2992         "spdx-exceptions": {
    2993             "version": "2.3.0",
    2994             "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
    2995             "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A=="
    2996         },
    2997         "spdx-expression-parse": {
    2998             "version": "3.0.1",
    2999             "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
    3000             "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
    3001             "requires": {
    3002                 "spdx-exceptions": "^2.1.0",
    3003                 "spdx-license-ids": "^3.0.0"
    3004             }
    3005         },
    3006         "spdx-license-ids": {
    3007             "version": "3.0.13",
    3008             "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz",
    3009             "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w=="
    3010         },
    3011         "sprintf-js": {
    3012             "version": "1.0.3",
    3013             "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
    3014             "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
    3015         },
    3016         "string_decoder": {
    3017             "version": "0.10.31",
    3018             "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
    3019             "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ=="
    3020         },
    3021         "string-template": {
    3022             "version": "0.2.1",
    3023             "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz",
    3024             "integrity": "sha512-Yptehjogou2xm4UJbxJ4CxgZx12HBfeystp0y3x7s4Dj32ltVVG1Gg8YhKjHZkHicuKpZX/ffilA8505VbUbpw=="
    3025         },
    3026         "strip-bom": {
    3027             "version": "2.0.0",
    3028             "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
    3029             "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==",
    3030             "requires": {
    3031                 "is-utf8": "^0.2.0"
    3032             }
    3033         },
    3034         "strip-indent": {
    3035             "version": "1.0.1",
    3036             "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
    3037             "integrity": "sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==",
    3038             "requires": {
    3039                 "get-stdin": "^4.0.1"
    3040             }
    3041         },
    3042         "supports-color": {
    3043             "version": "7.2.0",
    3044             "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
    3045             "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
    3046             "requires": {
    3047                 "has-flag": "^4.0.0"
    3048             }
    3049         },
    3050         "supports-preserve-symlinks-flag": {
    3051             "version": "1.0.0",
    3052             "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
    3053             "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
    3054         },
    3055         "tiny-lr": {
    3056             "version": "1.1.1",
    3057             "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.1.1.tgz",
    3058             "integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==",
    3059             "requires": {
    3060                 "body": "^5.1.0",
    3061                 "debug": "^3.1.0",
    3062                 "faye-websocket": "~0.10.0",
    3063                 "livereload-js": "^2.3.0",
    3064                 "object-assign": "^4.1.0",
    3065                 "qs": "^6.4.0"
    3066             }
    3067         },
    3068         "tmp": {
    3069             "version": "0.0.28",
    3070             "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.28.tgz",
    3071             "integrity": "sha512-c2mmfiBmND6SOVxzogm1oda0OJ1HZVIk/5n26N59dDTh80MUeavpiCls4PGAdkX1PFkKokLpcf7prSjCeXLsJg==",
    3072             "requires": {
    3073                 "os-tmpdir": "~1.0.1"
    3074             }
    3075         },
    3076         "to-regex-range": {
    3077             "version": "5.0.1",
    3078             "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
    3079             "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
    3080             "requires": {
    3081                 "is-number": "^7.0.0"
    3082             }
    3083         },
    3084         "trim-newlines": {
    3085             "version": "5.0.0",
    3086             "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-5.0.0.tgz",
    3087             "integrity": "sha512-kstfs+hgwmdsOadN3KgA+C68wPJwnZq4DN6WMDCvZapDWEF34W2TyPKN2v2+BJnZgIz5QOfxFeldLyYvdgRAwg=="
    3088         },
    3089         "unc-path-regex": {
    3090             "version": "0.1.2",
    3091             "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
    3092             "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg=="
    3093         },
    3094         "underscore.string": {
    3095             "version": "3.3.6",
    3096             "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-3.3.6.tgz",
    3097             "integrity": "sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==",
    3098             "requires": {
    3099                 "sprintf-js": "^1.1.1",
    3100                 "util-deprecate": "^1.0.2"
    3101             },
    3102             "dependencies": {
    3103                 "sprintf-js": {
    3104                     "version": "1.1.2",
    3105                     "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
    3106                     "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
    3107                 }
    3108             }
    3109         },
    3110         "util-deprecate": {
    3111             "version": "1.0.2",
    3112             "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
    3113             "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="
    3114         },
    3115         "v8flags": {
    3116             "version": "3.2.0",
    3117             "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz",
    3118             "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==",
    3119             "requires": {
    3120                 "homedir-polyfill": "^1.0.1"
    3121             }
    3122         },
    3123         "validate-npm-package-license": {
    3124             "version": "3.0.4",
    3125             "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
    3126             "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
    3127             "requires": {
    3128                 "spdx-correct": "^3.0.0",
    3129                 "spdx-expression-parse": "^3.0.0"
    3130             }
    3131         },
    3132         "websocket-driver": {
    3133             "version": "0.7.4",
    3134             "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
    3135             "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
    3136             "requires": {
    3137                 "http-parser-js": ">=0.5.1",
    3138                 "safe-buffer": ">=5.1.0",
    3139                 "websocket-extensions": ">=0.1.1"
    3140             }
    3141         },
    3142         "websocket-extensions": {
    3143             "version": "0.1.4",
    3144             "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
    3145             "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg=="
    3146         },
    3147         "which": {
    3148             "version": "1.3.1",
    3149             "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
    3150             "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
    3151             "requires": {
    3152                 "isexe": "^2.0.0"
    3153             }
    3154         },
    3155         "wrappy": {
    3156             "version": "1.0.2",
    3157             "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
    3158             "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
    3159         }
    31601812    }
    31611813}
  • arvancloud-object-storage/trunk/vendor/composer/installed.php

    r3078062 r3081560  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => 'bd4afbbddf60be16d51f7d9ce0d3f94d06866a7e',
     6        'reference' => '734f56bce027af2633c31c300c89b474985fa14e',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    5959            'pretty_version' => 'dev-master',
    6060            'version' => 'dev-master',
    61             'reference' => 'bd4afbbddf60be16d51f7d9ce0d3f94d06866a7e',
     61            'reference' => '734f56bce027af2633c31c300c89b474985fa14e',
    6262            'type' => 'library',
    6363            'install_path' => __DIR__ . '/../../',
  • arvancloud-object-storage/trunk/wp-arvancloud-storage.php

    r3078062 r3081560  
    1010 * Plugin URI:        https://www.arvancloud.com/fa/products/cloud-storage
    1111 * Description:       Using ArvanCloud Storage Plugin you can offload, back up and upload your WordPress files and databases directly to your ArvanCloud object storage bucket. This easy-to-use plugin allows you to back up, restore and store your files simply and securely to a cost-effective, unlimited cloud storage. No need for expensive hosting services anymore.
    12  * Version:           1.4.0
     12 * Version:           1.4.1
    1313 * Author:            ArvanCloud
    1414 * Author URI:        https://www.arvancloud.com/en/products/cloud-storage
     
    2828}
    2929
    30 define( 'ACS_VERSION', '1.4.0' );
     30define( 'ACS_VERSION', '1.4.1' );
    3131define( 'ACS_NAME', __( 'ArvanCloud Storage', 'arvancloud-object-storage' ) );
    3232define( 'ACS_SLUG', 'wp-arvancloud-storage');
Note: See TracChangeset for help on using the changeset viewer.