auto-commit for 708bb760-a338-44b7-b0f2-47e27405e3af

This commit is contained in:
emergent-agent-e1
2025-11-08 08:58:18 +00:00
parent 3fbaccbb47
commit b54a3f8321
284 changed files with 284 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
@@ -0,0 +1 @@
{"dependencies":[{"name":"./hasher.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":35,"index":35}}],"key":"7SAvoGJHY/iMmQn4V6oafUxmm6c=","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 Object.defineProperty(exports, \"sha256\", {\n enumerable: true,\n get: function () {\n return sha256;\n }\n });\n Object.defineProperty(exports, \"sha512\", {\n enumerable: true,\n get: function () {\n return sha512;\n }\n });\n var _hasherJs = require(_dependencyMap[0], \"./hasher.js\");\n const sha = name => async data => new Uint8Array(await crypto.subtle.digest(name, data));\n const sha256 = (0, _hasherJs.from)({\n name: 'sha2-256',\n code: 18,\n encode: sha('SHA-256')\n });\n const sha512 = (0, _hasherJs.from)({\n name: 'sha2-512',\n code: 19,\n encode: sha('SHA-512')\n });\n});","lineCount":31,"map":[[7,2,3,0,"Object"],[7,8,3,0],[7,9,3,0,"defineProperty"],[7,23,3,0],[7,24,3,0,"exports"],[7,31,3,0],[8,4,3,0,"enumerable"],[8,14,3,0],[9,4,3,0,"get"],[9,7,3,0],[9,18,3,0,"get"],[9,19,3,0],[10,6,3,0],[10,13,3,0,"sha256"],[10,19,3,0],[11,4,3,0],[12,2,3,0],[13,2,8,0,"Object"],[13,8,8,0],[13,9,8,0,"defineProperty"],[13,23,8,0],[13,24,8,0,"exports"],[13,31,8,0],[14,4,8,0,"enumerable"],[14,14,8,0],[15,4,8,0,"get"],[15,7,8,0],[15,18,8,0,"get"],[15,19,8,0],[16,6,8,0],[16,13,8,0,"sha512"],[16,19,8,0],[17,4,8,0],[18,2,8,0],[19,2,1,0],[19,6,1,0,"_hasherJs"],[19,15,1,0],[19,18,1,0,"require"],[19,25,1,0],[19,26,1,0,"_dependencyMap"],[19,40,1,0],[20,2,2,0],[20,8,2,6,"sha"],[20,11,2,9],[20,14,2,12,"name"],[20,18,2,16],[20,22,2,20],[20,28,2,26,"data"],[20,32,2,30],[20,36,2,34],[20,40,2,38,"Uint8Array"],[20,50,2,48],[20,51,2,49],[20,57,2,55,"crypto"],[20,63,2,61],[20,64,2,62,"subtle"],[20,70,2,68],[20,71,2,69,"digest"],[20,77,2,75],[20,78,2,76,"name"],[20,82,2,80],[20,84,2,82,"data"],[20,88,2,86],[20,89,2,87],[20,90,2,88],[21,2,3,7],[21,8,3,13,"sha256"],[21,14,3,19],[21,17,3,22],[21,21,3,22,"from"],[21,30,3,26],[21,31,3,26,"from"],[21,35,3,26],[21,37,3,27],[22,4,4,2,"name"],[22,8,4,6],[22,10,4,8],[22,20,4,18],[23,4,5,2,"code"],[23,8,5,6],[23,10,5,8],[23,12,5,10],[24,4,6,2,"encode"],[24,10,6,8],[24,12,6,10,"sha"],[24,15,6,13],[24,16,6,14],[24,25,6,23],[25,2,7,0],[25,3,7,1],[25,4,7,2],[26,2,8,7],[26,8,8,13,"sha512"],[26,14,8,19],[26,17,8,22],[26,21,8,22,"from"],[26,30,8,26],[26,31,8,26,"from"],[26,35,8,26],[26,37,8,27],[27,4,9,2,"name"],[27,8,9,6],[27,10,9,8],[27,20,9,18],[28,4,10,2,"code"],[28,8,10,6],[28,10,10,8],[28,12,10,10],[29,4,11,2,"encode"],[29,10,11,8],[29,12,11,10,"sha"],[29,15,11,13],[29,16,11,14],[29,25,11,23],[30,2,12,0],[30,3,12,1],[30,4,12,2],[31,0,12,3],[31,3]],"functionMap":{"names":["<global>","sha","<anonymous>"],"mappings":"AAA;YCC,QC,oEF"},"hasCjsExports":false},"type":"js/module"}]}