mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 10:01:02 +00:00
1 line
12 KiB
Plaintext
1 line
12 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var hasOwnProperty = Object.prototype.hasOwnProperty;\n var keywords = Object.create(null);\n var properties = Object.create(null);\n var HYPHENMINUS = 45; // '-'.charCodeAt()\n\n function isCustomProperty(str, offset) {\n offset = offset || 0;\n return str.length - offset >= 2 && str.charCodeAt(offset) === HYPHENMINUS && str.charCodeAt(offset + 1) === HYPHENMINUS;\n }\n function getVendorPrefix(str, offset) {\n offset = offset || 0;\n\n // verdor prefix should be at least 3 chars length\n if (str.length - offset >= 3) {\n // vendor prefix starts with hyper minus following non-hyper minus\n if (str.charCodeAt(offset) === HYPHENMINUS && str.charCodeAt(offset + 1) !== HYPHENMINUS) {\n // vendor prefix should contain a hyper minus at the ending\n var secondDashIndex = str.indexOf('-', offset + 2);\n if (secondDashIndex !== -1) {\n return str.substring(offset, secondDashIndex + 1);\n }\n }\n }\n return '';\n }\n function getKeywordDescriptor(keyword) {\n if (hasOwnProperty.call(keywords, keyword)) {\n return keywords[keyword];\n }\n var name = keyword.toLowerCase();\n if (hasOwnProperty.call(keywords, name)) {\n return keywords[keyword] = keywords[name];\n }\n var custom = isCustomProperty(name, 0);\n var vendor = !custom ? getVendorPrefix(name, 0) : '';\n return keywords[keyword] = Object.freeze({\n basename: name.substr(vendor.length),\n name: name,\n vendor: vendor,\n prefix: vendor,\n custom: custom\n });\n }\n function getPropertyDescriptor(property) {\n if (hasOwnProperty.call(properties, property)) {\n return properties[property];\n }\n var name = property;\n var hack = property[0];\n if (hack === '/') {\n hack = property[1] === '/' ? '//' : '/';\n } else if (hack !== '_' && hack !== '*' && hack !== '$' && hack !== '#' && hack !== '+' && hack !== '&') {\n hack = '';\n }\n var custom = isCustomProperty(name, hack.length);\n\n // re-use result when possible (the same as for lower case)\n if (!custom) {\n name = name.toLowerCase();\n if (hasOwnProperty.call(properties, name)) {\n return properties[property] = properties[name];\n }\n }\n var vendor = !custom ? getVendorPrefix(name, hack.length) : '';\n var prefix = name.substr(0, hack.length + vendor.length);\n return properties[property] = Object.freeze({\n basename: name.substr(prefix.length),\n name: name.substr(hack.length),\n hack: hack,\n vendor: vendor,\n prefix: prefix,\n custom: custom\n });\n }\n module.exports = {\n keyword: getKeywordDescriptor,\n property: getPropertyDescriptor,\n isCustomProperty: isCustomProperty,\n vendorPrefix: getVendorPrefix\n };\n});","lineCount":82,"map":[[2,2,1,0],[2,6,1,4,"hasOwnProperty"],[2,20,1,18],[2,23,1,21,"Object"],[2,29,1,27],[2,30,1,28,"prototype"],[2,39,1,37],[2,40,1,38,"hasOwnProperty"],[2,54,1,52],[3,2,2,0],[3,6,2,4,"keywords"],[3,14,2,12],[3,17,2,15,"Object"],[3,23,2,21],[3,24,2,22,"create"],[3,30,2,28],[3,31,2,29],[3,35,2,33],[3,36,2,34],[4,2,3,0],[4,6,3,4,"properties"],[4,16,3,14],[4,19,3,17,"Object"],[4,25,3,23],[4,26,3,24,"create"],[4,32,3,30],[4,33,3,31],[4,37,3,35],[4,38,3,36],[5,2,4,0],[5,6,4,4,"HYPHENMINUS"],[5,17,4,15],[5,20,4,18],[5,22,4,20],[5,23,4,21],[5,24,4,22],[7,2,6,0],[7,11,6,9,"isCustomProperty"],[7,27,6,25,"isCustomProperty"],[7,28,6,26,"str"],[7,31,6,29],[7,33,6,31,"offset"],[7,39,6,37],[7,41,6,39],[8,4,7,4,"offset"],[8,10,7,10],[8,13,7,13,"offset"],[8,19,7,19],[8,23,7,23],[8,24,7,24],[9,4,9,4],[9,11,9,11,"str"],[9,14,9,14],[9,15,9,15,"length"],[9,21,9,21],[9,24,9,24,"offset"],[9,30,9,30],[9,34,9,34],[9,35,9,35],[9,39,10,11,"str"],[9,42,10,14],[9,43,10,15,"charCodeAt"],[9,53,10,25],[9,54,10,26,"offset"],[9,60,10,32],[9,61,10,33],[9,66,10,38,"HYPHENMINUS"],[9,77,10,49],[9,81,11,11,"str"],[9,84,11,14],[9,85,11,15,"charCodeAt"],[9,95,11,25],[9,96,11,26,"offset"],[9,102,11,32],[9,105,11,35],[9,106,11,36],[9,107,11,37],[9,112,11,42,"HYPHENMINUS"],[9,123,11,53],[10,2,12,0],[11,2,14,0],[11,11,14,9,"getVendorPrefix"],[11,26,14,24,"getVendorPrefix"],[11,27,14,25,"str"],[11,30,14,28],[11,32,14,30,"offset"],[11,38,14,36],[11,40,14,38],[12,4,15,4,"offset"],[12,10,15,10],[12,13,15,13,"offset"],[12,19,15,19],[12,23,15,23],[12,24,15,24],[14,4,17,4],[15,4,18,4],[15,8,18,8,"str"],[15,11,18,11],[15,12,18,12,"length"],[15,18,18,18],[15,21,18,21,"offset"],[15,27,18,27],[15,31,18,31],[15,32,18,32],[15,34,18,34],[16,6,19,8],[17,6,20,8],[17,10,20,12,"str"],[17,13,20,15],[17,14,20,16,"charCodeAt"],[17,24,20,26],[17,25,20,27,"offset"],[17,31,20,33],[17,32,20,34],[17,37,20,39,"HYPHENMINUS"],[17,48,20,50],[17,52,21,12,"str"],[17,55,21,15],[17,56,21,16,"charCodeAt"],[17,66,21,26],[17,67,21,27,"offset"],[17,73,21,33],[17,76,21,36],[17,77,21,37],[17,78,21,38],[17,83,21,43,"HYPHENMINUS"],[17,94,21,54],[17,96,21,56],[18,8,22,12],[19,8,23,12],[19,12,23,16,"secondDashIndex"],[19,27,23,31],[19,30,23,34,"str"],[19,33,23,37],[19,34,23,38,"indexOf"],[19,41,23,45],[19,42,23,46],[19,45,23,49],[19,47,23,51,"offset"],[19,53,23,57],[19,56,23,60],[19,57,23,61],[19,58,23,62],[20,8,25,12],[20,12,25,16,"secondDashIndex"],[20,27,25,31],[20,32,25,36],[20,33,25,37],[20,34,25,38],[20,36,25,40],[21,10,26,16],[21,17,26,23,"str"],[21,20,26,26],[21,21,26,27,"substring"],[21,30,26,36],[21,31,26,37,"offset"],[21,37,26,43],[21,39,26,45,"secondDashIndex"],[21,54,26,60],[21,57,26,63],[21,58,26,64],[21,59,26,65],[22,8,27,12],[23,6,28,8],[24,4,29,4],[25,4,31,4],[25,11,31,11],[25,13,31,13],[26,2,32,0],[27,2,34,0],[27,11,34,9,"getKeywordDescriptor"],[27,31,34,29,"getKeywordDescriptor"],[27,32,34,30,"keyword"],[27,39,34,37],[27,41,34,39],[28,4,35,4],[28,8,35,8,"hasOwnProperty"],[28,22,35,22],[28,23,35,23,"call"],[28,27,35,27],[28,28,35,28,"keywords"],[28,36,35,36],[28,38,35,38,"keyword"],[28,45,35,45],[28,46,35,46],[28,48,35,48],[29,6,36,8],[29,13,36,15,"keywords"],[29,21,36,23],[29,22,36,24,"keyword"],[29,29,36,31],[29,30,36,32],[30,4,37,4],[31,4,39,4],[31,8,39,8,"name"],[31,12,39,12],[31,15,39,15,"keyword"],[31,22,39,22],[31,23,39,23,"toLowerCase"],[31,34,39,34],[31,35,39,35],[31,36,39,36],[32,4,41,4],[32,8,41,8,"hasOwnProperty"],[32,22,41,22],[32,23,41,23,"call"],[32,27,41,27],[32,28,41,28,"keywords"],[32,36,41,36],[32,38,41,38,"name"],[32,42,41,42],[32,43,41,43],[32,45,41,45],[33,6,42,8],[33,13,42,15,"keywords"],[33,21,42,23],[33,22,42,24,"keyword"],[33,29,42,31],[33,30,42,32],[33,33,42,35,"keywords"],[33,41,42,43],[33,42,42,44,"name"],[33,46,42,48],[33,47,42,49],[34,4,43,4],[35,4,45,4],[35,8,45,8,"custom"],[35,14,45,14],[35,17,45,17,"isCustomProperty"],[35,33,45,33],[35,34,45,34,"name"],[35,38,45,38],[35,40,45,40],[35,41,45,41],[35,42,45,42],[36,4,46,4],[36,8,46,8,"vendor"],[36,14,46,14],[36,17,46,17],[36,18,46,18,"custom"],[36,24,46,24],[36,27,46,27,"getVendorPrefix"],[36,42,46,42],[36,43,46,43,"name"],[36,47,46,47],[36,49,46,49],[36,50,46,50],[36,51,46,51],[36,54,46,54],[36,56,46,56],[37,4,48,4],[37,11,48,11,"keywords"],[37,19,48,19],[37,20,48,20,"keyword"],[37,27,48,27],[37,28,48,28],[37,31,48,31,"Object"],[37,37,48,37],[37,38,48,38,"freeze"],[37,44,48,44],[37,45,48,45],[38,6,49,8,"basename"],[38,14,49,16],[38,16,49,18,"name"],[38,20,49,22],[38,21,49,23,"substr"],[38,27,49,29],[38,28,49,30,"vendor"],[38,34,49,36],[38,35,49,37,"length"],[38,41,49,43],[38,42,49,44],[39,6,50,8,"name"],[39,10,50,12],[39,12,50,14,"name"],[39,16,50,18],[40,6,51,8,"vendor"],[40,12,51,14],[40,14,51,16,"vendor"],[40,20,51,22],[41,6,52,8,"prefix"],[41,12,52,14],[41,14,52,16,"vendor"],[41,20,52,22],[42,6,53,8,"custom"],[42,12,53,14],[42,14,53,16,"custom"],[43,4,54,4],[43,5,54,5],[43,6,54,6],[44,2,55,0],[45,2,57,0],[45,11,57,9,"getPropertyDescriptor"],[45,32,57,30,"getPropertyDescriptor"],[45,33,57,31,"property"],[45,41,57,39],[45,43,57,41],[46,4,58,4],[46,8,58,8,"hasOwnProperty"],[46,22,58,22],[46,23,58,23,"call"],[46,27,58,27],[46,28,58,28,"properties"],[46,38,58,38],[46,40,58,40,"property"],[46,48,58,48],[46,49,58,49],[46,51,58,51],[47,6,59,8],[47,13,59,15,"properties"],[47,23,59,25],[47,24,59,26,"property"],[47,32,59,34],[47,33,59,35],[48,4,60,4],[49,4,62,4],[49,8,62,8,"name"],[49,12,62,12],[49,15,62,15,"property"],[49,23,62,23],[50,4,63,4],[50,8,63,8,"hack"],[50,12,63,12],[50,15,63,15,"property"],[50,23,63,23],[50,24,63,24],[50,25,63,25],[50,26,63,26],[51,4,65,4],[51,8,65,8,"hack"],[51,12,65,12],[51,17,65,17],[51,20,65,20],[51,22,65,22],[52,6,66,8,"hack"],[52,10,66,12],[52,13,66,15,"property"],[52,21,66,23],[52,22,66,24],[52,23,66,25],[52,24,66,26],[52,29,66,31],[52,32,66,34],[52,35,66,37],[52,39,66,41],[52,42,66,44],[52,45,66,47],[53,4,67,4],[53,5,67,5],[53,11,67,11],[53,15,67,15,"hack"],[53,19,67,19],[53,24,67,24],[53,27,67,27],[53,31,68,15,"hack"],[53,35,68,19],[53,40,68,24],[53,43,68,27],[53,47,69,15,"hack"],[53,51,69,19],[53,56,69,24],[53,59,69,27],[53,63,70,15,"hack"],[53,67,70,19],[53,72,70,24],[53,75,70,27],[53,79,71,15,"hack"],[53,83,71,19],[53,88,71,24],[53,91,71,27],[53,95,72,15,"hack"],[53,99,72,19],[53,104,72,24],[53,107,72,27],[53,109,72,29],[54,6,73,8,"hack"],[54,10,73,12],[54,13,73,15],[54,15,73,17],[55,4,74,4],[56,4,76,4],[56,8,76,8,"custom"],[56,14,76,14],[56,17,76,17,"isCustomProperty"],[56,33,76,33],[56,34,76,34,"name"],[56,38,76,38],[56,40,76,40,"hack"],[56,44,76,44],[56,45,76,45,"length"],[56,51,76,51],[56,52,76,52],[58,4,78,4],[59,4,79,4],[59,8,79,8],[59,9,79,9,"custom"],[59,15,79,15],[59,17,79,17],[60,6,80,8,"name"],[60,10,80,12],[60,13,80,15,"name"],[60,17,80,19],[60,18,80,20,"toLowerCase"],[60,29,80,31],[60,30,80,32],[60,31,80,33],[61,6,81,8],[61,10,81,12,"hasOwnProperty"],[61,24,81,26],[61,25,81,27,"call"],[61,29,81,31],[61,30,81,32,"properties"],[61,40,81,42],[61,42,81,44,"name"],[61,46,81,48],[61,47,81,49],[61,49,81,51],[62,8,82,12],[62,15,82,19,"properties"],[62,25,82,29],[62,26,82,30,"property"],[62,34,82,38],[62,35,82,39],[62,38,82,42,"properties"],[62,48,82,52],[62,49,82,53,"name"],[62,53,82,57],[62,54,82,58],[63,6,83,8],[64,4,84,4],[65,4,86,4],[65,8,86,8,"vendor"],[65,14,86,14],[65,17,86,17],[65,18,86,18,"custom"],[65,24,86,24],[65,27,86,27,"getVendorPrefix"],[65,42,86,42],[65,43,86,43,"name"],[65,47,86,47],[65,49,86,49,"hack"],[65,53,86,53],[65,54,86,54,"length"],[65,60,86,60],[65,61,86,61],[65,64,86,64],[65,66,86,66],[66,4,87,4],[66,8,87,8,"prefix"],[66,14,87,14],[66,17,87,17,"name"],[66,21,87,21],[66,22,87,22,"substr"],[66,28,87,28],[66,29,87,29],[66,30,87,30],[66,32,87,32,"hack"],[66,36,87,36],[66,37,87,37,"length"],[66,43,87,43],[66,46,87,46,"vendor"],[66,52,87,52],[66,53,87,53,"length"],[66,59,87,59],[66,60,87,60],[67,4,89,4],[67,11,89,11,"properties"],[67,21,89,21],[67,22,89,22,"property"],[67,30,89,30],[67,31,89,31],[67,34,89,34,"Object"],[67,40,89,40],[67,41,89,41,"freeze"],[67,47,89,47],[67,48,89,48],[68,6,90,8,"basename"],[68,14,90,16],[68,16,90,18,"name"],[68,20,90,22],[68,21,90,23,"substr"],[68,27,90,29],[68,28,90,30,"prefix"],[68,34,90,36],[68,35,90,37,"length"],[68,41,90,43],[68,42,90,44],[69,6,91,8,"name"],[69,10,91,12],[69,12,91,14,"name"],[69,16,91,18],[69,17,91,19,"substr"],[69,23,91,25],[69,24,91,26,"hack"],[69,28,91,30],[69,29,91,31,"length"],[69,35,91,37],[69,36,91,38],[70,6,92,8,"hack"],[70,10,92,12],[70,12,92,14,"hack"],[70,16,92,18],[71,6,93,8,"vendor"],[71,12,93,14],[71,14,93,16,"vendor"],[71,20,93,22],[72,6,94,8,"prefix"],[72,12,94,14],[72,14,94,16,"prefix"],[72,20,94,22],[73,6,95,8,"custom"],[73,12,95,14],[73,14,95,16,"custom"],[74,4,96,4],[74,5,96,5],[74,6,96,6],[75,2,97,0],[76,2,99,0,"module"],[76,8,99,6],[76,9,99,7,"exports"],[76,16,99,14],[76,19,99,17],[77,4,100,4,"keyword"],[77,11,100,11],[77,13,100,13,"getKeywordDescriptor"],[77,33,100,33],[78,4,101,4,"property"],[78,12,101,12],[78,14,101,14,"getPropertyDescriptor"],[78,35,101,35],[79,4,102,4,"isCustomProperty"],[79,20,102,20],[79,22,102,22,"isCustomProperty"],[79,38,102,38],[80,4,103,4,"vendorPrefix"],[80,16,103,16],[80,18,103,18,"getVendorPrefix"],[81,2,104,0],[81,3,104,1],[82,0,104,2],[82,3]],"functionMap":{"names":["<global>","isCustomProperty","getVendorPrefix","getKeywordDescriptor","getPropertyDescriptor"],"mappings":"AAA;ACK;CDM;AEE;CFkB;AGE;CHqB;AIE;CJwC"},"hasCjsExports":true},"type":"js/module"}]} |