auto-commit for 4c084561-1938-4dad-bd1d-79fbb858f837

This commit is contained in:
emergent-agent-e1
2025-11-08 10:06:45 +00:00
parent b54a3f8321
commit e576e8b1ef
2779 changed files with 2779 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"encode-utf8","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":1,"column":19,"index":19},"end":{"line":1,"column":41,"index":41}}],"key":"wcihVByACYsdFeZ3FRLSaJjavHw=","exportNames":["*"],"imports":1}},{"name":"./mode","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":2,"column":13,"index":55},"end":{"line":2,"column":30,"index":72}}],"key":"kP3UoMWYBHY2j1qDa+F4rCzyVl0=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n var encodeUtf8 = require(_dependencyMap[0], \"encode-utf8\");\n var Mode = require(_dependencyMap[1], \"./mode\");\n function ByteData(data) {\n this.mode = Mode.BYTE;\n if (typeof data === 'string') {\n data = encodeUtf8(data);\n }\n this.data = new Uint8Array(data);\n }\n ByteData.getBitsLength = function getBitsLength(length) {\n return length * 8;\n };\n ByteData.prototype.getLength = function getLength() {\n return this.data.length;\n };\n ByteData.prototype.getBitsLength = function getBitsLength() {\n return ByteData.getBitsLength(this.data.length);\n };\n ByteData.prototype.write = function (bitBuffer) {\n for (var i = 0, l = this.data.length; i < l; i++) {\n bitBuffer.put(this.data[i], 8);\n }\n };\n module.exports = ByteData;\n});","lineCount":26,"map":[[2,2,1,0],[2,6,1,6,"encodeUtf8"],[2,16,1,16],[2,19,1,19,"require"],[2,26,1,26],[2,27,1,26,"_dependencyMap"],[2,41,1,26],[2,59,1,40],[2,60,1,41],[3,2,2,0],[3,6,2,6,"Mode"],[3,10,2,10],[3,13,2,13,"require"],[3,20,2,20],[3,21,2,20,"_dependencyMap"],[3,35,2,20],[3,48,2,29],[3,49,2,30],[4,2,4,0],[4,11,4,9,"ByteData"],[4,19,4,17,"ByteData"],[4,20,4,19,"data"],[4,24,4,23],[4,26,4,25],[5,4,5,2],[5,8,5,6],[5,9,5,7,"mode"],[5,13,5,11],[5,16,5,14,"Mode"],[5,20,5,18],[5,21,5,19,"BYTE"],[5,25,5,23],[6,4,6,2],[6,8,6,6],[6,15,6,14,"data"],[6,19,6,19],[6,24,6,24],[6,32,6,32],[6,34,6,34],[7,6,7,4,"data"],[7,10,7,8],[7,13,7,11,"encodeUtf8"],[7,23,7,21],[7,24,7,22,"data"],[7,28,7,26],[7,29,7,27],[8,4,8,2],[9,4,9,2],[9,8,9,6],[9,9,9,7,"data"],[9,13,9,11],[9,16,9,14],[9,20,9,18,"Uint8Array"],[9,30,9,28],[9,31,9,29,"data"],[9,35,9,33],[9,36,9,34],[10,2,10,0],[11,2,12,0,"ByteData"],[11,10,12,8],[11,11,12,9,"getBitsLength"],[11,24,12,22],[11,27,12,25],[11,36,12,34,"getBitsLength"],[11,49,12,47,"getBitsLength"],[11,50,12,49,"length"],[11,56,12,55],[11,58,12,57],[12,4,13,2],[12,11,13,9,"length"],[12,17,13,15],[12,20,13,18],[12,21,13,19],[13,2,14,0],[13,3,14,1],[14,2,16,0,"ByteData"],[14,10,16,8],[14,11,16,9,"prototype"],[14,20,16,18],[14,21,16,19,"getLength"],[14,30,16,28],[14,33,16,31],[14,42,16,40,"getLength"],[14,51,16,49,"getLength"],[14,52,16,49],[14,54,16,53],[15,4,17,2],[15,11,17,9],[15,15,17,13],[15,16,17,14,"data"],[15,20,17,18],[15,21,17,19,"length"],[15,27,17,25],[16,2,18,0],[16,3,18,1],[17,2,20,0,"ByteData"],[17,10,20,8],[17,11,20,9,"prototype"],[17,20,20,18],[17,21,20,19,"getBitsLength"],[17,34,20,32],[17,37,20,35],[17,46,20,44,"getBitsLength"],[17,59,20,57,"getBitsLength"],[17,60,20,57],[17,62,20,61],[18,4,21,2],[18,11,21,9,"ByteData"],[18,19,21,17],[18,20,21,18,"getBitsLength"],[18,33,21,31],[18,34,21,32],[18,38,21,36],[18,39,21,37,"data"],[18,43,21,41],[18,44,21,42,"length"],[18,50,21,48],[18,51,21,49],[19,2,22,0],[19,3,22,1],[20,2,24,0,"ByteData"],[20,10,24,8],[20,11,24,9,"prototype"],[20,20,24,18],[20,21,24,19,"write"],[20,26,24,24],[20,29,24,27],[20,39,24,37,"bitBuffer"],[20,48,24,46],[20,50,24,48],[21,4,25,2],[21,9,25,7],[21,13,25,11,"i"],[21,14,25,12],[21,17,25,15],[21,18,25,16],[21,20,25,18,"l"],[21,21,25,19],[21,24,25,22],[21,28,25,26],[21,29,25,27,"data"],[21,33,25,31],[21,34,25,32,"length"],[21,40,25,38],[21,42,25,40,"i"],[21,43,25,41],[21,46,25,44,"l"],[21,47,25,45],[21,49,25,47,"i"],[21,50,25,48],[21,52,25,50],[21,54,25,52],[22,6,26,4,"bitBuffer"],[22,15,26,13],[22,16,26,14,"put"],[22,19,26,17],[22,20,26,18],[22,24,26,22],[22,25,26,23,"data"],[22,29,26,27],[22,30,26,28,"i"],[22,31,26,29],[22,32,26,30],[22,34,26,32],[22,35,26,33],[22,36,26,34],[23,4,27,2],[24,2,28,0],[24,3,28,1],[25,2,30,0,"module"],[25,8,30,6],[25,9,30,7,"exports"],[25,16,30,14],[25,19,30,17,"ByteData"],[25,27,30,25],[26,0,30,25],[26,3]],"functionMap":{"names":["<global>","ByteData","getBitsLength","getLength","ByteData.prototype.write"],"mappings":"AAA;ACG;CDM;yBEE;CFE;+BGE;CHE;mCEE;CFE;2BIE;CJI"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n function _assertThisInitialized(e) {\n if (void 0 === e) throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");\n return e;\n }\n module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n});","lineCount":7,"map":[[2,2,1,0],[2,11,1,9,"_assertThisInitialized"],[2,33,1,31,"_assertThisInitialized"],[2,34,1,32,"e"],[2,35,1,33],[2,37,1,35],[3,4,2,2],[3,8,2,6],[3,13,2,11],[3,14,2,12],[3,19,2,17,"e"],[3,20,2,18],[3,22,2,20],[3,28,2,26],[3,32,2,30,"ReferenceError"],[3,46,2,44],[3,47,2,45],[3,106,2,104],[3,107,2,105],[4,4,3,2],[4,11,3,9,"e"],[4,12,3,10],[5,2,4,0],[6,2,5,0,"module"],[6,8,5,6],[6,9,5,7,"exports"],[6,16,5,14],[6,19,5,17,"_assertThisInitialized"],[6,41,5,39],[6,43,5,41,"module"],[6,49,5,47],[6,50,5,48,"exports"],[6,57,5,55],[6,58,5,56,"__esModule"],[6,68,5,66],[6,71,5,69],[6,75,5,73],[6,77,5,75,"module"],[6,83,5,81],[6,84,5,82,"exports"],[6,91,5,89],[6,92,5,90],[6,101,5,99],[6,102,5,100],[6,105,5,103,"module"],[6,111,5,109],[6,112,5,110,"exports"],[6,119,5,117],[7,0,5,118],[7,3]],"functionMap":{"names":["_assertThisInitialized","<global>"],"mappings":"AAA;CCG"},"hasCjsExports":true},"type":"js/module"}]}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"isDOMAvailable\", {\n enumerable: true,\n get: function () {\n return isDOMAvailable;\n }\n });\n Object.defineProperty(exports, \"canUseEventListeners\", {\n enumerable: true,\n get: function () {\n return canUseEventListeners;\n }\n });\n Object.defineProperty(exports, \"canUseViewport\", {\n enumerable: true,\n get: function () {\n return canUseViewport;\n }\n });\n Object.defineProperty(exports, \"isAsyncDebugging\", {\n enumerable: true,\n get: function () {\n return isAsyncDebugging;\n }\n });\n // In standard node environments there is no DOM API\n var isDOMAvailable = false;\n var canUseEventListeners = false;\n var canUseViewport = false;\n var isAsyncDebugging = false;\n if (__DEV__) {\n // These native globals are injected by native React runtimes and not standard browsers\n // we can use them to determine if the JS is being executed in Chrome.\n isAsyncDebugging = !global.nativeExtensions && !global.nativeCallSyncHook && !global.RN$Bridgeless;\n }\n});","lineCount":41,"map":[[7,2,4,0,"Object"],[7,8,4,0],[7,9,4,0,"defineProperty"],[7,23,4,0],[7,24,4,0,"exports"],[7,31,4,0],[8,4,4,0,"enumerable"],[8,14,4,0],[9,4,4,0,"get"],[9,7,4,0],[9,18,4,0,"get"],[9,19,4,0],[10,6,4,0],[10,13,4,0,"isDOMAvailable"],[10,27,4,0],[11,4,4,0],[12,2,4,0],[13,2,5,0,"Object"],[13,8,5,0],[13,9,5,0,"defineProperty"],[13,23,5,0],[13,24,5,0,"exports"],[13,31,5,0],[14,4,5,0,"enumerable"],[14,14,5,0],[15,4,5,0,"get"],[15,7,5,0],[15,18,5,0,"get"],[15,19,5,0],[16,6,5,0],[16,13,5,0,"canUseEventListeners"],[16,33,5,0],[17,4,5,0],[18,2,5,0],[19,2,6,0,"Object"],[19,8,6,0],[19,9,6,0,"defineProperty"],[19,23,6,0],[19,24,6,0,"exports"],[19,31,6,0],[20,4,6,0,"enumerable"],[20,14,6,0],[21,4,6,0,"get"],[21,7,6,0],[21,18,6,0,"get"],[21,19,6,0],[22,6,6,0],[22,13,6,0,"canUseViewport"],[22,27,6,0],[23,4,6,0],[24,2,6,0],[25,2,8,0,"Object"],[25,8,8,0],[25,9,8,0,"defineProperty"],[25,23,8,0],[25,24,8,0,"exports"],[25,31,8,0],[26,4,8,0,"enumerable"],[26,14,8,0],[27,4,8,0,"get"],[27,7,8,0],[27,18,8,0,"get"],[27,19,8,0],[28,6,8,0],[28,13,8,0,"isAsyncDebugging"],[28,29,8,0],[29,4,8,0],[30,2,8,0],[31,2,3,0],[32,2,4,7],[32,6,4,13,"isDOMAvailable"],[32,20,4,27],[32,23,4,30],[32,28,4,35],[33,2,5,7],[33,6,5,13,"canUseEventListeners"],[33,26,5,33],[33,29,5,36],[33,34,5,41],[34,2,6,7],[34,6,6,13,"canUseViewport"],[34,20,6,27],[34,23,6,30],[34,28,6,35],[35,2,8,7],[35,6,8,11,"isAsyncDebugging"],[35,22,8,36],[35,25,8,39],[35,30,8,44],[36,2,10,0],[36,6,10,4,"__DEV__"],[36,13,10,11],[36,15,10,13],[37,4,11,2],[38,4,12,2],[39,4,13,2,"isAsyncDebugging"],[39,20,13,18],[39,23,14,4],[39,24,14,5,"global"],[39,30,14,11],[39,31,14,12,"nativeExtensions"],[39,47,14,28],[39,51,14,32],[39,52,14,33,"global"],[39,58,14,39],[39,59,14,40,"nativeCallSyncHook"],[39,77,14,58],[39,81,14,62],[39,82,14,63,"global"],[39,88,14,69],[39,89,14,70,"RN$Bridgeless"],[39,102,14,83],[40,2,15,0],[41,0,15,1],[41,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long