This commit is contained in:
dela
2026-02-21 18:27:49 +08:00
parent 0ac4b23f07
commit 5dc86ccfbf
270 changed files with 49508 additions and 4636 deletions

34
node_modules/msgpack-lite/bower.json generated vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "msgpack-lite",
"description": "Fast Pure JavaScript MessagePack Encoder and Decoder",
"authors": [
"@kawanet"
],
"license": "MIT",
"moduleType": [
"globals"
],
"keywords": [
"buffer",
"fluentd",
"messagepack",
"msgpack",
"serialize",
"stream",
"typedarray",
"arraybuffer",
"uint8array"
],
"homepage": "https://github.com/kawanet/msgpack-lite",
"ignore": [
".*",
"Makefile",
"bin",
"bower_components",
"global.js",
"index.js",
"lib",
"node_modules",
"test"
]
}