-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Expand file tree
/
Copy pathfiles_fileinfo.js
More file actions
27 lines (27 loc) · 32.2 KB
/
Copy pathfiles_fileinfo.js
File metadata and controls
27 lines (27 loc) · 32.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
!function(n){var t={};function r(u){if(t[u])return t[u].exports;var e=t[u]={i:u,l:!1,exports:{}};return n[u].call(e.exports,e,e.exports,r),e.l=!0,e.exports}r.m=n,r.c=t,r.d=function(n,t,u){r.o(n,t)||Object.defineProperty(n,t,{enumerable:!0,get:u})},r.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},r.t=function(n,t){if(1&t&&(n=r(n)),8&t)return n;if(4&t&&"object"==typeof n&&n&&n.__esModule)return n;var u=Object.create(null);if(r.r(u),Object.defineProperty(u,"default",{enumerable:!0,value:n}),2&t&&"string"!=typeof n)for(var e in n)r.d(u,e,function(t){return n[t]}.bind(null,e));return u},r.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return r.d(t,"a",t),t},r.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},r.p="",r(r.s=787)}({1:function(n,t,r){"use strict";(function(n){r.d(t,"e",(function(){return u})),r.d(t,"p",(function(){return e})),r.d(t,"a",(function(){return i})),r.d(t,"c",(function(){return o})),r.d(t,"d",(function(){return f})),r.d(t,"o",(function(){return c})),r.d(t,"q",(function(){return a})),r.d(t,"t",(function(){return d})),r.d(t,"i",(function(){return l})),r.d(t,"r",(function(){return s})),r.d(t,"s",(function(){return p})),r.d(t,"k",(function(){return h})),r.d(t,"m",(function(){return v})),r.d(t,"j",(function(){return y})),r.d(t,"l",(function(){return g})),r.d(t,"g",(function(){return m})),r.d(t,"f",(function(){return b})),r.d(t,"h",(function(){return j})),r.d(t,"n",(function(){return w})),r.d(t,"b",(function(){return x}));var u="1.12.1",e="object"==typeof self&&self.self===self&&self||"object"==typeof n&&n.global===n&&n||Function("return this")()||{},i=Array.prototype,o=Object.prototype,f="undefined"!=typeof Symbol?Symbol.prototype:null,c=i.push,a=i.slice,d=o.toString,l=o.hasOwnProperty,s="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,h=Array.isArray,v=Object.keys,y=Object.create,g=s&&ArrayBuffer.isView,m=isNaN,b=isFinite,j=!{toString:null}.propertyIsEnumerable("toString"),w=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],x=Math.pow(2,53)-1}).call(this,r(18))},18:function(n,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(n){"object"==typeof window&&(r=window)}n.exports=r},787:function(n,t,r){(function(n){
/**
* Copyright (c) 2015
*
* @author Julius Härtl <jus@bitgrid.net>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
!function(t){var r=function(t){var r=this;n.each(t,(function(t,u){n.isFunction(t)||(r[u]=t)})),n.isUndefined(this.id)||(this.id=parseInt(t.id,10)),this.path=t.path||"","dir"===this.type?this.mimetype="httpd/unix-directory":this.mimetype=this.mimetype||"application/octet-stream",this.type||("httpd/unix-directory"===this.mimetype?this.type="dir":this.type="file")};r.prototype={id:null,name:null,path:null,mimetype:null,icon:null,type:null,permissions:null,mtime:null,etag:null,mountType:null,hasPreview:!0,sharePermissions:null,quotaAvailableBytes:-1},t.Files||(t.Files={}),t.Files.FileInfo=r}(OC)}).call(this,r(8))},8:function(n,t,r){"use strict";r.r(t),r.d(t,"default",(function(){return xr})),r.d(t,"VERSION",(function(){return e.e})),r.d(t,"restArguments",(function(){return i})),r.d(t,"isObject",(function(){return o})),r.d(t,"isNull",(function(){return f})),r.d(t,"isUndefined",(function(){return c})),r.d(t,"isBoolean",(function(){return a})),r.d(t,"isElement",(function(){return d})),r.d(t,"isString",(function(){return s})),r.d(t,"isNumber",(function(){return p})),r.d(t,"isDate",(function(){return h})),r.d(t,"isRegExp",(function(){return v})),r.d(t,"isError",(function(){return y})),r.d(t,"isSymbol",(function(){return g})),r.d(t,"isArrayBuffer",(function(){return m})),r.d(t,"isDataView",(function(){return S})),r.d(t,"isArray",(function(){return M})),r.d(t,"isFunction",(function(){return w})),r.d(t,"isArguments",(function(){return k})),r.d(t,"isFinite",(function(){return I})),r.d(t,"isNaN",(function(){return N})),r.d(t,"isTypedArray",(function(){return V})),r.d(t,"isEmpty",(function(){return K})),r.d(t,"isMatch",(function(){return L})),r.d(t,"isEqual",(function(){return G})),r.d(t,"isMap",(function(){return un})),r.d(t,"isWeakMap",(function(){return en})),r.d(t,"isSet",(function(){return on})),r.d(t,"isWeakSet",(function(){return fn})),r.d(t,"keys",(function(){return U})),r.d(t,"allKeys",(function(){return H})),r.d(t,"values",(function(){return cn})),r.d(t,"pairs",(function(){return an})),r.d(t,"invert",(function(){return dn})),r.d(t,"functions",(function(){return ln})),r.d(t,"methods",(function(){return ln})),r.d(t,"extend",(function(){return pn})),r.d(t,"extendOwn",(function(){return hn})),r.d(t,"assign",(function(){return hn})),r.d(t,"defaults",(function(){return vn})),r.d(t,"create",(function(){return gn})),r.d(t,"clone",(function(){return mn})),r.d(t,"tap",(function(){return bn})),r.d(t,"get",(function(){return On})),r.d(t,"has",(function(){return _n})),r.d(t,"mapObject",(function(){return Nn})),r.d(t,"identity",(function(){return An})),r.d(t,"constant",(function(){return q})),r.d(t,"noop",(function(){return qn})),r.d(t,"toPath",(function(){return jn})),r.d(t,"property",(function(){return Mn})),r.d(t,"propertyOf",(function(){return Fn})),r.d(t,"matcher",(function(){return Sn})),r.d(t,"matches",(function(){return Sn})),r.d(t,"times",(function(){return Tn})),r.d(t,"random",(function(){return Pn})),r.d(t,"now",(function(){return Dn})),r.d(t,"escape",(function(){return zn})),r.d(t,"unescape",(function(){return Wn})),r.d(t,"templateSettings",(function(){return Un})),r.d(t,"template",(function(){return Gn})),r.d(t,"result",(function(){return Hn})),r.d(t,"uniqueId",(function(){return Xn})),r.d(t,"chain",(function(){return Yn})),r.d(t,"iteratee",(function(){return kn})),r.d(t,"partial",(function(){return tt})),r.d(t,"bind",(function(){return rt})),r.d(t,"bindAll",(function(){return it})),r.d(t,"memoize",(function(){return ot})),r.d(t,"delay",(function(){return ft})),r.d(t,"defer",(function(){return ct})),r.d(t,"throttle",(function(){return at})),r.d(t,"debounce",(function(){return dt})),r.d(t,"wrap",(function(){return lt})),r.d(t,"negate",(function(){return st})),r.d(t,"compose",(function(){return pt})),r.d(t,"after",(function(){return ht})),r.d(t,"before",(function(){return vt})),r.d(t,"once",(function(){return yt})),r.d(t,"findKey",(function(){return gt})),r.d(t,"findIndex",(function(){return bt})),r.d(t,"findLastIndex",(function(){return jt})),r.d(t,"sortedIndex",(function(){return wt})),r.d(t,"indexOf",(function(){return Ot})),r.d(t,"lastIndexOf",(function(){return _t})),r.d(t,"find",(function(){return At})),r.d(t,"detect",(function(){return At})),r.d(t,"findWhere",(function(){return St})),r.d(t,"each",(function(){return Mt})),r.d(t,"forEach",(function(){return Mt})),r.d(t,"map",(function(){return Et})),r.d(t,"collect",(function(){return Et})),r.d(t,"reduce",(function(){return kt})),r.d(t,"foldl",(function(){return kt})),r.d(t,"inject",(function(){return kt})),r.d(t,"reduceRight",(function(){return It})),r.d(t,"foldr",(function(){return It})),r.d(t,"filter",(function(){return Nt})),r.d(t,"select",(function(){return Nt})),r.d(t,"reject",(function(){return qt})),r.d(t,"every",(function(){return Ft})),r.d(t,"all",(function(){return Ft})),r.d(t,"some",(function(){return Tt})),r.d(t,"any",(function(){return Tt})),r.d(t,"contains",(function(){return Pt})),r.d(t,"includes",(function(){return Pt})),r.d(t,"include",(function(){return Pt})),r.d(t,"invoke",(function(){return Dt})),r.d(t,"pluck",(function(){return Rt})),r.d(t,"where",(function(){return Vt})),r.d(t,"max",(function(){return zt})),r.d(t,"min",(function(){return Wt})),r.d(t,"shuffle",(function(){return Kt})),r.d(t,"sample",(function(){return Ut})),r.d(t,"sortBy",(function(){return Lt})),r.d(t,"groupBy",(function(){return Ct})),r.d(t,"indexBy",(function(){return Jt})),r.d(t,"countBy",(function(){return Gt})),r.d(t,"partition",(function(){return Ht})),r.d(t,"toArray",(function(){return Xt})),r.d(t,"size",(function(){return Yt})),r.d(t,"pick",(function(){return nr})),r.d(t,"omit",(function(){return tr})),r.d(t,"first",(function(){return ur})),r.d(t,"head",(function(){return ur})),r.d(t,"take",(function(){return ur})),r.d(t,"initial",(function(){return rr})),r.d(t,"last",(function(){return ir})),r.d(t,"rest",(function(){return er})),r.d(t,"tail",(function(){return er})),r.d(t,"drop",(function(){return er})),r.d(t,"compact",(function(){return or})),r.d(t,"flatten",(function(){return fr})),r.d(t,"without",(function(){return ar})),r.d(t,"uniq",(function(){return dr})),r.d(t,"unique",(function(){return dr})),r.d(t,"union",(function(){return lr})),r.d(t,"intersection",(function(){return sr})),r.d(t,"difference",(function(){return cr})),r.d(t,"unzip",(function(){return pr})),r.d(t,"transpose",(function(){return pr})),r.d(t,"zip",(function(){return hr})),r.d(t,"object",(function(){return vr})),r.d(t,"range",(function(){return yr})),r.d(t,"chunk",(function(){return gr})),r.d(t,"mixin",(function(){return br}));var u={};r.r(u),r.d(u,"VERSION",(function(){return e.e})),r.d(u,"restArguments",(function(){return i})),r.d(u,"isObject",(function(){return o})),r.d(u,"isNull",(function(){return f})),r.d(u,"isUndefined",(function(){return c})),r.d(u,"isBoolean",(function(){return a})),r.d(u,"isElement",(function(){return d})),r.d(u,"isString",(function(){return s})),r.d(u,"isNumber",(function(){return p})),r.d(u,"isDate",(function(){return h})),r.d(u,"isRegExp",(function(){return v})),r.d(u,"isError",(function(){return y})),r.d(u,"isSymbol",(function(){return g})),r.d(u,"isArrayBuffer",(function(){return m})),r.d(u,"isDataView",(function(){return S})),r.d(u,"isArray",(function(){return M})),r.d(u,"isFunction",(function(){return w})),r.d(u,"isArguments",(function(){return k})),r.d(u,"isFinite",(function(){return I})),r.d(u,"isNaN",(function(){return N})),r.d(u,"isTypedArray",(function(){return V})),r.d(u,"isEmpty",(function(){return K})),r.d(u,"isMatch",(function(){return L})),r.d(u,"isEqual",(function(){return G})),r.d(u,"isMap",(function(){return un})),r.d(u,"isWeakMap",(function(){return en})),r.d(u,"isSet",(function(){return on})),r.d(u,"isWeakSet",(function(){return fn})),r.d(u,"keys",(function(){return U})),r.d(u,"allKeys",(function(){return H})),r.d(u,"values",(function(){return cn})),r.d(u,"pairs",(function(){return an})),r.d(u,"invert",(function(){return dn})),r.d(u,"functions",(function(){return ln})),r.d(u,"methods",(function(){return ln})),r.d(u,"extend",(function(){return pn})),r.d(u,"extendOwn",(function(){return hn})),r.d(u,"assign",(function(){return hn})),r.d(u,"defaults",(function(){return vn})),r.d(u,"create",(function(){return gn})),r.d(u,"clone",(function(){return mn})),r.d(u,"tap",(function(){return bn})),r.d(u,"get",(function(){return On})),r.d(u,"has",(function(){return _n})),r.d(u,"mapObject",(function(){return Nn})),r.d(u,"identity",(function(){return An})),r.d(u,"constant",(function(){return q})),r.d(u,"noop",(function(){return qn})),r.d(u,"toPath",(function(){return jn})),r.d(u,"property",(function(){return Mn})),r.d(u,"propertyOf",(function(){return Fn})),r.d(u,"matcher",(function(){return Sn})),r.d(u,"matches",(function(){return Sn})),r.d(u,"times",(function(){return Tn})),r.d(u,"random",(function(){return Pn})),r.d(u,"now",(function(){return Dn})),r.d(u,"escape",(function(){return zn})),r.d(u,"unescape",(function(){return Wn})),r.d(u,"templateSettings",(function(){return Un})),r.d(u,"template",(function(){return Gn})),r.d(u,"result",(function(){return Hn})),r.d(u,"uniqueId",(function(){return Xn})),r.d(u,"chain",(function(){return Yn})),r.d(u,"iteratee",(function(){return kn})),r.d(u,"partial",(function(){return tt})),r.d(u,"bind",(function(){return rt})),r.d(u,"bindAll",(function(){return it})),r.d(u,"memoize",(function(){return ot})),r.d(u,"delay",(function(){return ft})),r.d(u,"defer",(function(){return ct})),r.d(u,"throttle",(function(){return at})),r.d(u,"debounce",(function(){return dt})),r.d(u,"wrap",(function(){return lt})),r.d(u,"negate",(function(){return st})),r.d(u,"compose",(function(){return pt})),r.d(u,"after",(function(){return ht})),r.d(u,"before",(function(){return vt})),r.d(u,"once",(function(){return yt})),r.d(u,"findKey",(function(){return gt})),r.d(u,"findIndex",(function(){return bt})),r.d(u,"findLastIndex",(function(){return jt})),r.d(u,"sortedIndex",(function(){return wt})),r.d(u,"indexOf",(function(){return Ot})),r.d(u,"lastIndexOf",(function(){return _t})),r.d(u,"find",(function(){return At})),r.d(u,"detect",(function(){return At})),r.d(u,"findWhere",(function(){return St})),r.d(u,"each",(function(){return Mt})),r.d(u,"forEach",(function(){return Mt})),r.d(u,"map",(function(){return Et})),r.d(u,"collect",(function(){return Et})),r.d(u,"reduce",(function(){return kt})),r.d(u,"foldl",(function(){return kt})),r.d(u,"inject",(function(){return kt})),r.d(u,"reduceRight",(function(){return It})),r.d(u,"foldr",(function(){return It})),r.d(u,"filter",(function(){return Nt})),r.d(u,"select",(function(){return Nt})),r.d(u,"reject",(function(){return qt})),r.d(u,"every",(function(){return Ft})),r.d(u,"all",(function(){return Ft})),r.d(u,"some",(function(){return Tt})),r.d(u,"any",(function(){return Tt})),r.d(u,"contains",(function(){return Pt})),r.d(u,"includes",(function(){return Pt})),r.d(u,"include",(function(){return Pt})),r.d(u,"invoke",(function(){return Dt})),r.d(u,"pluck",(function(){return Rt})),r.d(u,"where",(function(){return Vt})),r.d(u,"max",(function(){return zt})),r.d(u,"min",(function(){return Wt})),r.d(u,"shuffle",(function(){return Kt})),r.d(u,"sample",(function(){return Ut})),r.d(u,"sortBy",(function(){return Lt})),r.d(u,"groupBy",(function(){return Ct})),r.d(u,"indexBy",(function(){return Jt})),r.d(u,"countBy",(function(){return Gt})),r.d(u,"partition",(function(){return Ht})),r.d(u,"toArray",(function(){return Xt})),r.d(u,"size",(function(){return Yt})),r.d(u,"pick",(function(){return nr})),r.d(u,"omit",(function(){return tr})),r.d(u,"first",(function(){return ur})),r.d(u,"head",(function(){return ur})),r.d(u,"take",(function(){return ur})),r.d(u,"initial",(function(){return rr})),r.d(u,"last",(function(){return ir})),r.d(u,"rest",(function(){return er})),r.d(u,"tail",(function(){return er})),r.d(u,"drop",(function(){return er})),r.d(u,"compact",(function(){return or})),r.d(u,"flatten",(function(){return fr})),r.d(u,"without",(function(){return ar})),r.d(u,"uniq",(function(){return dr})),r.d(u,"unique",(function(){return dr})),r.d(u,"union",(function(){return lr})),r.d(u,"intersection",(function(){return sr})),r.d(u,"difference",(function(){return cr})),r.d(u,"unzip",(function(){return pr})),r.d(u,"transpose",(function(){return pr})),r.d(u,"zip",(function(){return hr})),r.d(u,"object",(function(){return vr})),r.d(u,"range",(function(){return yr})),r.d(u,"chunk",(function(){return gr})),r.d(u,"mixin",(function(){return br})),r.d(u,"default",(function(){return jr}));var e=r(1);function i(n,t){return t=null==t?n.length-1:+t,function(){for(var r=Math.max(arguments.length-t,0),u=Array(r),e=0;e<r;e++)u[e]=arguments[e+t];switch(t){case 0:return n.call(this,u);case 1:return n.call(this,arguments[0],u);case 2:return n.call(this,arguments[0],arguments[1],u)}var i=Array(t+1);for(e=0;e<t;e++)i[e]=arguments[e];return i[t]=u,n.apply(this,i)}}function o(n){var t=typeof n;return"function"===t||"object"===t&&!!n}function f(n){return null===n}function c(n){return void 0===n}function a(n){return!0===n||!1===n||"[object Boolean]"===e.t.call(n)}function d(n){return!(!n||1!==n.nodeType)}function l(n){var t="[object "+n+"]";return function(n){return e.t.call(n)===t}}var s=l("String"),p=l("Number"),h=l("Date"),v=l("RegExp"),y=l("Error"),g=l("Symbol"),m=l("ArrayBuffer"),b=l("Function"),j=e.p.document&&e.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof j&&(b=function(n){return"function"==typeof n||!1});var w=b,x=l("Object"),O=e.s&&x(new DataView(new ArrayBuffer(8))),_="undefined"!=typeof Map&&x(new Map),A=l("DataView");var S=O?function(n){return null!=n&&w(n.getInt8)&&m(n.buffer)}:A,M=e.k||l("Array");function E(n,t){return null!=n&&e.i.call(n,t)}var B=l("Arguments");!function(){B(arguments)||(B=function(n){return E(n,"callee")})}();var k=B;function I(n){return!g(n)&&Object(e.f)(n)&&!isNaN(parseFloat(n))}function N(n){return p(n)&&Object(e.g)(n)}function q(n){return function(){return n}}function F(n){return function(t){var r=n(t);return"number"==typeof r&&r>=0&&r<=e.b}}function T(n){return function(t){return null==t?void 0:t[n]}}var P=T("byteLength"),D=F(P),R=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var V=e.r?function(n){return e.l?Object(e.l)(n)&&!S(n):D(n)&&R.test(e.t.call(n))}:q(!1),z=T("length");function W(n,t){t=function(n){for(var t={},r=n.length,u=0;u<r;++u)t[n[u]]=!0;return{contains:function(n){return t[n]},push:function(r){return t[r]=!0,n.push(r)}}}(t);var r=e.n.length,u=n.constructor,i=w(u)&&u.prototype||e.c,o="constructor";for(E(n,o)&&!t.contains(o)&&t.push(o);r--;)(o=e.n[r])in n&&n[o]!==i[o]&&!t.contains(o)&&t.push(o)}function U(n){if(!o(n))return[];if(e.m)return Object(e.m)(n);var t=[];for(var r in n)E(n,r)&&t.push(r);return e.h&&W(n,t),t}function K(n){if(null==n)return!0;var t=z(n);return"number"==typeof t&&(M(n)||s(n)||k(n))?0===t:0===z(U(n))}function L(n,t){var r=U(t),u=r.length;if(null==n)return!u;for(var e=Object(n),i=0;i<u;i++){var o=r[i];if(t[o]!==e[o]||!(o in e))return!1}return!0}function $(n){return n instanceof $?n:this instanceof $?void(this._wrapped=n):new $(n)}function C(n){return new Uint8Array(n.buffer||n,n.byteOffset||0,P(n))}$.VERSION=e.e,$.prototype.value=function(){return this._wrapped},$.prototype.valueOf=$.prototype.toJSON=$.prototype.value,$.prototype.toString=function(){return String(this._wrapped)};function J(n,t,r,u){if(n===t)return 0!==n||1/n==1/t;if(null==n||null==t)return!1;if(n!=n)return t!=t;var i=typeof n;return("function"===i||"object"===i||"object"==typeof t)&&function n(t,r,u,i){t instanceof $&&(t=t._wrapped);r instanceof $&&(r=r._wrapped);var o=e.t.call(t);if(o!==e.t.call(r))return!1;if(O&&"[object Object]"==o&&S(t)){if(!S(r))return!1;o="[object DataView]"}switch(o){case"[object RegExp]":case"[object String]":return""+t==""+r;case"[object Number]":return+t!=+t?+r!=+r:0==+t?1/+t==1/r:+t==+r;case"[object Date]":case"[object Boolean]":return+t==+r;case"[object Symbol]":return e.d.valueOf.call(t)===e.d.valueOf.call(r);case"[object ArrayBuffer]":case"[object DataView]":return n(C(t),C(r),u,i)}var f="[object Array]"===o;if(!f&&V(t)){if(P(t)!==P(r))return!1;if(t.buffer===r.buffer&&t.byteOffset===r.byteOffset)return!0;f=!0}if(!f){if("object"!=typeof t||"object"!=typeof r)return!1;var c=t.constructor,a=r.constructor;if(c!==a&&!(w(c)&&c instanceof c&&w(a)&&a instanceof a)&&"constructor"in t&&"constructor"in r)return!1}i=i||[];var d=(u=u||[]).length;for(;d--;)if(u[d]===t)return i[d]===r;if(u.push(t),i.push(r),f){if((d=t.length)!==r.length)return!1;for(;d--;)if(!J(t[d],r[d],u,i))return!1}else{var l,s=U(t);if(d=s.length,U(r).length!==d)return!1;for(;d--;)if(l=s[d],!E(r,l)||!J(t[l],r[l],u,i))return!1}return u.pop(),i.pop(),!0}(n,t,r,u)}function G(n,t){return J(n,t)}function H(n){if(!o(n))return[];var t=[];for(var r in n)t.push(r);return e.h&&W(n,t),t}function Q(n){var t=z(n);return function(r){if(null==r)return!1;var u=H(r);if(z(u))return!1;for(var e=0;e<t;e++)if(!w(r[n[e]]))return!1;return n!==tn||!w(r[X])}}var X="forEach",Y=["clear","delete"],Z=["get","has","set"],nn=Y.concat(X,Z),tn=Y.concat(Z),rn=["add"].concat(Y,X,"has"),un=_?Q(nn):l("Map"),en=_?Q(tn):l("WeakMap"),on=_?Q(rn):l("Set"),fn=l("WeakSet");function cn(n){for(var t=U(n),r=t.length,u=Array(r),e=0;e<r;e++)u[e]=n[t[e]];return u}function an(n){for(var t=U(n),r=t.length,u=Array(r),e=0;e<r;e++)u[e]=[t[e],n[t[e]]];return u}function dn(n){for(var t={},r=U(n),u=0,e=r.length;u<e;u++)t[n[r[u]]]=r[u];return t}function ln(n){var t=[];for(var r in n)w(n[r])&&t.push(r);return t.sort()}function sn(n,t){return function(r){var u=arguments.length;if(t&&(r=Object(r)),u<2||null==r)return r;for(var e=1;e<u;e++)for(var i=arguments[e],o=n(i),f=o.length,c=0;c<f;c++){var a=o[c];t&&void 0!==r[a]||(r[a]=i[a])}return r}}var pn=sn(H),hn=sn(U),vn=sn(H,!0);function yn(n){if(!o(n))return{};if(e.j)return Object(e.j)(n);var t=function(){};t.prototype=n;var r=new t;return t.prototype=null,r}function gn(n,t){var r=yn(n);return t&&hn(r,t),r}function mn(n){return o(n)?M(n)?n.slice():pn({},n):n}function bn(n,t){return t(n),n}function jn(n){return M(n)?n:[n]}function wn(n){return $.toPath(n)}function xn(n,t){for(var r=t.length,u=0;u<r;u++){if(null==n)return;n=n[t[u]]}return r?n:void 0}function On(n,t,r){var u=xn(n,wn(t));return c(u)?r:u}function _n(n,t){for(var r=(t=wn(t)).length,u=0;u<r;u++){var e=t[u];if(!E(n,e))return!1;n=n[e]}return!!r}function An(n){return n}function Sn(n){return n=hn({},n),function(t){return L(t,n)}}function Mn(n){return n=wn(n),function(t){return xn(t,n)}}function En(n,t,r){if(void 0===t)return n;switch(null==r?3:r){case 1:return function(r){return n.call(t,r)};case 3:return function(r,u,e){return n.call(t,r,u,e)};case 4:return function(r,u,e,i){return n.call(t,r,u,e,i)}}return function(){return n.apply(t,arguments)}}function Bn(n,t,r){return null==n?An:w(n)?En(n,t,r):o(n)&&!M(n)?Sn(n):Mn(n)}function kn(n,t){return Bn(n,t,1/0)}function In(n,t,r){return $.iteratee!==kn?$.iteratee(n,t):Bn(n,t,r)}function Nn(n,t,r){t=In(t,r);for(var u=U(n),e=u.length,i={},o=0;o<e;o++){var f=u[o];i[f]=t(n[f],f,n)}return i}function qn(){}function Fn(n){return null==n?qn:function(t){return On(n,t)}}function Tn(n,t,r){var u=Array(Math.max(0,n));t=En(t,r,1);for(var e=0;e<n;e++)u[e]=t(e);return u}function Pn(n,t){return null==t&&(t=n,n=0),n+Math.floor(Math.random()*(t-n+1))}$.toPath=jn,$.iteratee=kn;var Dn=Date.now||function(){return(new Date).getTime()};function Rn(n){var t=function(t){return n[t]},r="(?:"+U(n).join("|")+")",u=RegExp(r),e=RegExp(r,"g");return function(n){return n=null==n?"":""+n,u.test(n)?n.replace(e,t):n}}var Vn={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},zn=Rn(Vn),Wn=Rn(dn(Vn)),Un=$.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},Kn=/(.)^/,Ln={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},$n=/\\|'|\r|\n|\u2028|\u2029/g;function Cn(n){return"\\"+Ln[n]}var Jn=/^\s*(\w|\$)+\s*$/;function Gn(n,t,r){!t&&r&&(t=r),t=vn({},t,$.templateSettings);var u=RegExp([(t.escape||Kn).source,(t.interpolate||Kn).source,(t.evaluate||Kn).source].join("|")+"|$","g"),e=0,i="__p+='";n.replace(u,(function(t,r,u,o,f){return i+=n.slice(e,f).replace($n,Cn),e=f+t.length,r?i+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":u?i+="'+\n((__t=("+u+"))==null?'':__t)+\n'":o&&(i+="';\n"+o+"\n__p+='"),t})),i+="';\n";var o,f=t.variable;if(f){if(!Jn.test(f))throw new Error(f)}else i="with(obj||{}){\n"+i+"}\n",f="obj";i="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{o=new Function(f,"_",i)}catch(n){throw n.source=i,n}var c=function(n){return o.call(this,n,$)};return c.source="function("+f+"){\n"+i+"}",c}function Hn(n,t,r){var u=(t=wn(t)).length;if(!u)return w(r)?r.call(n):r;for(var e=0;e<u;e++){var i=null==n?void 0:n[t[e]];void 0===i&&(i=r,e=u),n=w(i)?i.call(n):i}return n}var Qn=0;function Xn(n){var t=++Qn+"";return n?n+t:t}function Yn(n){var t=$(n);return t._chain=!0,t}function Zn(n,t,r,u,e){if(!(u instanceof t))return n.apply(r,e);var i=yn(n.prototype),f=n.apply(i,e);return o(f)?f:i}var nt=i((function(n,t){var r=nt.placeholder,u=function(){for(var e=0,i=t.length,o=Array(i),f=0;f<i;f++)o[f]=t[f]===r?arguments[e++]:t[f];for(;e<arguments.length;)o.push(arguments[e++]);return Zn(n,u,this,this,o)};return u}));nt.placeholder=$;var tt=nt,rt=i((function(n,t,r){if(!w(n))throw new TypeError("Bind must be called on a function");var u=i((function(e){return Zn(n,u,t,this,r.concat(e))}));return u})),ut=F(z);function et(n,t,r,u){if(u=u||[],t||0===t){if(t<=0)return u.concat(n)}else t=1/0;for(var e=u.length,i=0,o=z(n);i<o;i++){var f=n[i];if(ut(f)&&(M(f)||k(f)))if(t>1)et(f,t-1,r,u),e=u.length;else for(var c=0,a=f.length;c<a;)u[e++]=f[c++];else r||(u[e++]=f)}return u}var it=i((function(n,t){var r=(t=et(t,!1,!1)).length;if(r<1)throw new Error("bindAll must be passed function names");for(;r--;){var u=t[r];n[u]=rt(n[u],n)}return n}));function ot(n,t){var r=function(u){var e=r.cache,i=""+(t?t.apply(this,arguments):u);return E(e,i)||(e[i]=n.apply(this,arguments)),e[i]};return r.cache={},r}var ft=i((function(n,t,r){return setTimeout((function(){return n.apply(null,r)}),t)})),ct=tt(ft,$,1);function at(n,t,r){var u,e,i,o,f=0;r||(r={});var c=function(){f=!1===r.leading?0:Dn(),u=null,o=n.apply(e,i),u||(e=i=null)},a=function(){var a=Dn();f||!1!==r.leading||(f=a);var d=t-(a-f);return e=this,i=arguments,d<=0||d>t?(u&&(clearTimeout(u),u=null),f=a,o=n.apply(e,i),u||(e=i=null)):u||!1===r.trailing||(u=setTimeout(c,d)),o};return a.cancel=function(){clearTimeout(u),f=0,u=e=i=null},a}function dt(n,t,r){var u,e,o,f,c,a=function(){var i=Dn()-e;t>i?u=setTimeout(a,t-i):(u=null,r||(f=n.apply(c,o)),u||(o=c=null))},d=i((function(i){return c=this,o=i,e=Dn(),u||(u=setTimeout(a,t),r&&(f=n.apply(c,o))),f}));return d.cancel=function(){clearTimeout(u),u=o=c=null},d}function lt(n,t){return tt(t,n)}function st(n){return function(){return!n.apply(this,arguments)}}function pt(){var n=arguments,t=n.length-1;return function(){for(var r=t,u=n[t].apply(this,arguments);r--;)u=n[r].call(this,u);return u}}function ht(n,t){return function(){if(--n<1)return t.apply(this,arguments)}}function vt(n,t){var r;return function(){return--n>0&&(r=t.apply(this,arguments)),n<=1&&(t=null),r}}var yt=tt(vt,2);function gt(n,t,r){t=In(t,r);for(var u,e=U(n),i=0,o=e.length;i<o;i++)if(t(n[u=e[i]],u,n))return u}function mt(n){return function(t,r,u){r=In(r,u);for(var e=z(t),i=n>0?0:e-1;i>=0&&i<e;i+=n)if(r(t[i],i,t))return i;return-1}}var bt=mt(1),jt=mt(-1);function wt(n,t,r,u){for(var e=(r=In(r,u,1))(t),i=0,o=z(n);i<o;){var f=Math.floor((i+o)/2);r(n[f])<e?i=f+1:o=f}return i}function xt(n,t,r){return function(u,i,o){var f=0,c=z(u);if("number"==typeof o)n>0?f=o>=0?o:Math.max(o+c,f):c=o>=0?Math.min(o+1,c):o+c+1;else if(r&&o&&c)return u[o=r(u,i)]===i?o:-1;if(i!=i)return(o=t(e.q.call(u,f,c),N))>=0?o+f:-1;for(o=n>0?f:c-1;o>=0&&o<c;o+=n)if(u[o]===i)return o;return-1}}var Ot=xt(1,bt,wt),_t=xt(-1,jt);function At(n,t,r){var u=(ut(n)?bt:gt)(n,t,r);if(void 0!==u&&-1!==u)return n[u]}function St(n,t){return At(n,Sn(t))}function Mt(n,t,r){var u,e;if(t=En(t,r),ut(n))for(u=0,e=n.length;u<e;u++)t(n[u],u,n);else{var i=U(n);for(u=0,e=i.length;u<e;u++)t(n[i[u]],i[u],n)}return n}function Et(n,t,r){t=In(t,r);for(var u=!ut(n)&&U(n),e=(u||n).length,i=Array(e),o=0;o<e;o++){var f=u?u[o]:o;i[o]=t(n[f],f,n)}return i}function Bt(n){var t=function(t,r,u,e){var i=!ut(t)&&U(t),o=(i||t).length,f=n>0?0:o-1;for(e||(u=t[i?i[f]:f],f+=n);f>=0&&f<o;f+=n){var c=i?i[f]:f;u=r(u,t[c],c,t)}return u};return function(n,r,u,e){var i=arguments.length>=3;return t(n,En(r,e,4),u,i)}}var kt=Bt(1),It=Bt(-1);function Nt(n,t,r){var u=[];return t=In(t,r),Mt(n,(function(n,r,e){t(n,r,e)&&u.push(n)})),u}function qt(n,t,r){return Nt(n,st(In(t)),r)}function Ft(n,t,r){t=In(t,r);for(var u=!ut(n)&&U(n),e=(u||n).length,i=0;i<e;i++){var o=u?u[i]:i;if(!t(n[o],o,n))return!1}return!0}function Tt(n,t,r){t=In(t,r);for(var u=!ut(n)&&U(n),e=(u||n).length,i=0;i<e;i++){var o=u?u[i]:i;if(t(n[o],o,n))return!0}return!1}function Pt(n,t,r,u){return ut(n)||(n=cn(n)),("number"!=typeof r||u)&&(r=0),Ot(n,t,r)>=0}var Dt=i((function(n,t,r){var u,e;return w(t)?e=t:(t=wn(t),u=t.slice(0,-1),t=t[t.length-1]),Et(n,(function(n){var i=e;if(!i){if(u&&u.length&&(n=xn(n,u)),null==n)return;i=n[t]}return null==i?i:i.apply(n,r)}))}));function Rt(n,t){return Et(n,Mn(t))}function Vt(n,t){return Nt(n,Sn(t))}function zt(n,t,r){var u,e,i=-1/0,o=-1/0;if(null==t||"number"==typeof t&&"object"!=typeof n[0]&&null!=n)for(var f=0,c=(n=ut(n)?n:cn(n)).length;f<c;f++)null!=(u=n[f])&&u>i&&(i=u);else t=In(t,r),Mt(n,(function(n,r,u){((e=t(n,r,u))>o||e===-1/0&&i===-1/0)&&(i=n,o=e)}));return i}function Wt(n,t,r){var u,e,i=1/0,o=1/0;if(null==t||"number"==typeof t&&"object"!=typeof n[0]&&null!=n)for(var f=0,c=(n=ut(n)?n:cn(n)).length;f<c;f++)null!=(u=n[f])&&u<i&&(i=u);else t=In(t,r),Mt(n,(function(n,r,u){((e=t(n,r,u))<o||e===1/0&&i===1/0)&&(i=n,o=e)}));return i}function Ut(n,t,r){if(null==t||r)return ut(n)||(n=cn(n)),n[Pn(n.length-1)];var u=ut(n)?mn(n):cn(n),e=z(u);t=Math.max(Math.min(t,e),0);for(var i=e-1,o=0;o<t;o++){var f=Pn(o,i),c=u[o];u[o]=u[f],u[f]=c}return u.slice(0,t)}function Kt(n){return Ut(n,1/0)}function Lt(n,t,r){var u=0;return t=In(t,r),Rt(Et(n,(function(n,r,e){return{value:n,index:u++,criteria:t(n,r,e)}})).sort((function(n,t){var r=n.criteria,u=t.criteria;if(r!==u){if(r>u||void 0===r)return 1;if(r<u||void 0===u)return-1}return n.index-t.index})),"value")}function $t(n,t){return function(r,u,e){var i=t?[[],[]]:{};return u=In(u,e),Mt(r,(function(t,e){var o=u(t,e,r);n(i,t,o)})),i}}var Ct=$t((function(n,t,r){E(n,r)?n[r].push(t):n[r]=[t]})),Jt=$t((function(n,t,r){n[r]=t})),Gt=$t((function(n,t,r){E(n,r)?n[r]++:n[r]=1})),Ht=$t((function(n,t,r){n[r?0:1].push(t)}),!0),Qt=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Xt(n){return n?M(n)?e.q.call(n):s(n)?n.match(Qt):ut(n)?Et(n,An):cn(n):[]}function Yt(n){return null==n?0:ut(n)?n.length:U(n).length}function Zt(n,t,r){return t in r}var nr=i((function(n,t){var r={},u=t[0];if(null==n)return r;w(u)?(t.length>1&&(u=En(u,t[1])),t=H(n)):(u=Zt,t=et(t,!1,!1),n=Object(n));for(var e=0,i=t.length;e<i;e++){var o=t[e],f=n[o];u(f,o,n)&&(r[o]=f)}return r})),tr=i((function(n,t){var r,u=t[0];return w(u)?(u=st(u),t.length>1&&(r=t[1])):(t=Et(et(t,!1,!1),String),u=function(n,r){return!Pt(t,r)}),nr(n,u,r)}));function rr(n,t,r){return e.q.call(n,0,Math.max(0,n.length-(null==t||r?1:t)))}function ur(n,t,r){return null==n||n.length<1?null==t||r?void 0:[]:null==t||r?n[0]:rr(n,n.length-t)}function er(n,t,r){return e.q.call(n,null==t||r?1:t)}function ir(n,t,r){return null==n||n.length<1?null==t||r?void 0:[]:null==t||r?n[n.length-1]:er(n,Math.max(0,n.length-t))}function or(n){return Nt(n,Boolean)}function fr(n,t){return et(n,t,!1)}var cr=i((function(n,t){return t=et(t,!0,!0),Nt(n,(function(n){return!Pt(t,n)}))})),ar=i((function(n,t){return cr(n,t)}));function dr(n,t,r,u){a(t)||(u=r,r=t,t=!1),null!=r&&(r=In(r,u));for(var e=[],i=[],o=0,f=z(n);o<f;o++){var c=n[o],d=r?r(c,o,n):c;t&&!r?(o&&i===d||e.push(c),i=d):r?Pt(i,d)||(i.push(d),e.push(c)):Pt(e,c)||e.push(c)}return e}var lr=i((function(n){return dr(et(n,!0,!0))}));function sr(n){for(var t=[],r=arguments.length,u=0,e=z(n);u<e;u++){var i=n[u];if(!Pt(t,i)){var o;for(o=1;o<r&&Pt(arguments[o],i);o++);o===r&&t.push(i)}}return t}function pr(n){for(var t=n&&zt(n,z).length||0,r=Array(t),u=0;u<t;u++)r[u]=Rt(n,u);return r}var hr=i(pr);function vr(n,t){for(var r={},u=0,e=z(n);u<e;u++)t?r[n[u]]=t[u]:r[n[u][0]]=n[u][1];return r}function yr(n,t,r){null==t&&(t=n||0,n=0),r||(r=t<n?-1:1);for(var u=Math.max(Math.ceil((t-n)/r),0),e=Array(u),i=0;i<u;i++,n+=r)e[i]=n;return e}function gr(n,t){if(null==t||t<1)return[];for(var r=[],u=0,i=n.length;u<i;)r.push(e.q.call(n,u,u+=t));return r}function mr(n,t){return n._chain?$(t).chain():t}function br(n){return Mt(ln(n),(function(t){var r=$[t]=n[t];$.prototype[t]=function(){var n=[this._wrapped];return e.o.apply(n,arguments),mr(this,r.apply($,n))}})),$}Mt(["pop","push","reverse","shift","sort","splice","unshift"],(function(n){var t=e.a[n];$.prototype[n]=function(){var r=this._wrapped;return null!=r&&(t.apply(r,arguments),"shift"!==n&&"splice"!==n||0!==r.length||delete r[0]),mr(this,r)}})),Mt(["concat","join","slice"],(function(n){var t=e.a[n];$.prototype[n]=function(){var n=this._wrapped;return null!=n&&(n=t.apply(n,arguments)),mr(this,n)}}));var jr=$,wr=br(u);wr._=wr;var xr=wr}});
//# sourceMappingURL=files_fileinfo.js.map