auto-commit for f8470fe1-4ce5-4123-a3e6-0b710ab3390a

This commit is contained in:
emergent-agent-e1
2025-11-08 07:19:17 +00:00
parent 92245c9124
commit dd2549e54a
1911 changed files with 1911 additions and 0 deletions
@@ -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, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n /**\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n *\n * \n */\n\n var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);\n var _default = canUseDOM;\n});","lineCount":24,"map":[[7,2,11,0,"Object"],[7,8,11,0],[7,9,11,0,"defineProperty"],[7,23,11,0],[7,24,11,0,"exports"],[7,31,11,0],[8,4,11,0,"enumerable"],[8,14,11,0],[9,4,11,0,"get"],[9,7,11,0],[9,18,11,0,"get"],[9,19,11,0],[10,6,11,0],[10,13,11,0,"_default"],[10,21,11,0],[11,4,11,0],[12,2,11,0],[13,2,1,0],[14,0,2,0],[15,0,3,0],[16,0,4,0],[17,0,5,0],[18,0,6,0],[19,0,7,0],[20,0,8,0],[22,2,10,0],[22,6,10,4,"canUseDOM"],[22,15,10,13],[22,18,10,16],[22,19,10,17],[22,21,10,19],[22,28,10,26,"window"],[22,34,10,32],[22,39,10,37],[22,50,10,48],[22,54,10,52,"window"],[22,60,10,58],[22,61,10,59,"document"],[22,69,10,67],[22,73,10,71,"window"],[22,79,10,77],[22,80,10,78,"document"],[22,88,10,86],[22,89,10,87,"createElement"],[22,102,10,100],[22,103,10,101],[23,2,11,0],[23,6,11,0,"_default"],[23,14,11,0],[23,17,11,15,"canUseDOM"],[23,26,11,24],[24,0,11,25],[24,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./sha2.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":14,"column":18,"index":531},"end":{"line":14,"column":38,"index":551}}],"key":"6/wC6kPCuE9AQ+btrgtq2UN1TnM=","exportNames":["*"],"imports":1}}],"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 exports.sha224 = exports.SHA224 = exports.sha256 = exports.SHA256 = void 0;\n /**\n * SHA2-256 a.k.a. sha256. In JS, it is the fastest hash, even faster than Blake3.\n *\n * To break sha256 using birthday attack, attackers need to try 2^128 hashes.\n * BTC network is doing 2^70 hashes/sec (2^95 hashes/year) as per 2025.\n *\n * Check out [FIPS 180-4](https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf).\n * @module\n * @deprecated\n */\n const sha2_ts_1 = require(_dependencyMap[0], \"./sha2.js\");\n /** @deprecated Use import from `noble/hashes/sha2` module */\n exports.SHA256 = sha2_ts_1.SHA256;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n exports.sha256 = sha2_ts_1.sha256;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n exports.SHA224 = sha2_ts_1.SHA224;\n /** @deprecated Use import from `noble/hashes/sha2` module */\n exports.sha224 = sha2_ts_1.sha224;\n});","lineCount":27,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"sha224"],[7,16,3,14],[7,19,3,17,"exports"],[7,26,3,24],[7,27,3,25,"SHA224"],[7,33,3,31],[7,36,3,34,"exports"],[7,43,3,41],[7,44,3,42,"sha256"],[7,50,3,48],[7,53,3,51,"exports"],[7,60,3,58],[7,61,3,59,"SHA256"],[7,67,3,65],[7,70,3,68],[7,75,3,73],[7,76,3,74],[8,2,4,0],[9,0,5,0],[10,0,6,0],[11,0,7,0],[12,0,8,0],[13,0,9,0],[14,0,10,0],[15,0,11,0],[16,0,12,0],[17,0,13,0],[18,2,14,0],[18,8,14,6,"sha2_ts_1"],[18,17,14,15],[18,20,14,18,"require"],[18,27,14,25],[18,28,14,25,"_dependencyMap"],[18,42,14,25],[18,58,14,37],[18,59,14,38],[19,2,15,0],[20,2,16,0,"exports"],[20,9,16,7],[20,10,16,8,"SHA256"],[20,16,16,14],[20,19,16,17,"sha2_ts_1"],[20,28,16,26],[20,29,16,27,"SHA256"],[20,35,16,33],[21,2,17,0],[22,2,18,0,"exports"],[22,9,18,7],[22,10,18,8,"sha256"],[22,16,18,14],[22,19,18,17,"sha2_ts_1"],[22,28,18,26],[22,29,18,27,"sha256"],[22,35,18,33],[23,2,19,0],[24,2,20,0,"exports"],[24,9,20,7],[24,10,20,8,"SHA224"],[24,16,20,14],[24,19,20,17,"sha2_ts_1"],[24,28,20,26],[24,29,20,27,"SHA224"],[24,35,20,33],[25,2,21,0],[26,2,22,0,"exports"],[26,9,22,7],[26,10,22,8,"sha224"],[26,16,22,14],[26,19,22,17,"sha2_ts_1"],[26,28,22,26],[26,29,22,27,"sha224"],[26,35,22,33],[27,0,22,34],[27,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}
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":"./ReactNativeSVG","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":15},"end":{"line":3,"column":33,"index":48}}],"key":"qLD4+IKjV3RZP6NIOWGeGvMzYR8=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n 'use client';\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _ReactNativeSVG2.default;\n }\n });\n var _ReactNativeSVG = require(_dependencyMap[0], \"./ReactNativeSVG\");\n Object.keys(_ReactNativeSVG).forEach(function (k) {\n if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) {\n Object.defineProperty(exports, k, {\n enumerable: true,\n get: function () {\n return _ReactNativeSVG[k];\n }\n });\n }\n });\n var _ReactNativeSVG2 = _interopDefault(_ReactNativeSVG);\n});","lineCount":31,"map":[[2,2,1,0],[2,14,1,12],[3,2,1,13],[5,2,1,13,"Object"],[5,8,1,13],[5,9,1,13,"defineProperty"],[5,23,1,13],[5,24,1,13,"exports"],[5,31,1,13],[6,4,1,13,"value"],[6,9,1,13],[7,2,1,13],[8,2,1,13],[8,11,1,13,"_interopDefault"],[8,27,1,13,"e"],[8,28,1,13],[9,4,1,13],[9,11,1,13,"e"],[9,12,1,13],[9,16,1,13,"e"],[9,17,1,13],[9,18,1,13,"__esModule"],[9,28,1,13],[9,31,1,13,"e"],[9,32,1,13],[10,6,1,13,"default"],[10,13,1,13],[10,15,1,13,"e"],[11,4,1,13],[12,2,1,13],[13,2,4,0,"Object"],[13,8,4,0],[13,9,4,0,"defineProperty"],[13,23,4,0],[13,24,4,0,"exports"],[13,31,4,0],[14,4,4,0,"enumerable"],[14,14,4,0],[15,4,4,0,"get"],[15,7,4,0],[15,18,4,0,"get"],[15,19,4,0],[16,6,4,0],[16,13,4,0,"_ReactNativeSVG2"],[16,29,4,0],[16,30,4,0,"default"],[16,37,4,0],[17,4,4,0],[18,2,4,0],[19,2,3,0],[19,6,3,0,"_ReactNativeSVG"],[19,21,3,0],[19,24,3,0,"require"],[19,31,3,0],[19,32,3,0,"_dependencyMap"],[19,46,3,0],[20,2,3,0,"Object"],[20,8,3,0],[20,9,3,0,"keys"],[20,13,3,0],[20,14,3,0,"_ReactNativeSVG"],[20,29,3,0],[20,31,3,0,"forEach"],[20,38,3,0],[20,49,3,0,"k"],[20,50,3,0],[21,4,3,0],[21,8,3,0,"k"],[21,9,3,0],[21,28,3,0,"Object"],[21,34,3,0],[21,35,3,0,"prototype"],[21,44,3,0],[21,45,3,0,"hasOwnProperty"],[21,59,3,0],[21,60,3,0,"call"],[21,64,3,0],[21,65,3,0,"exports"],[21,72,3,0],[21,74,3,0,"k"],[21,75,3,0],[22,6,3,0,"Object"],[22,12,3,0],[22,13,3,0,"defineProperty"],[22,27,3,0],[22,28,3,0,"exports"],[22,35,3,0],[22,37,3,0,"k"],[22,38,3,0],[23,8,3,0,"enumerable"],[23,18,3,0],[24,8,3,0,"get"],[24,11,3,0],[24,22,3,0,"get"],[24,23,3,0],[25,10,3,0],[25,17,3,0,"_ReactNativeSVG"],[25,32,3,0],[25,33,3,0,"k"],[25,34,3,0],[26,8,3,0],[27,6,3,0],[28,4,3,0],[29,2,3,0],[30,2,4,0],[30,6,4,0,"_ReactNativeSVG2"],[30,22,4,0],[30,25,4,0,"_interopDefault"],[30,40,4,0],[30,41,4,0,"_ReactNativeSVG"],[30,56,4,0],[31,0,4,43],[31,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
File diff suppressed because one or more lines are too long