This commit is contained in:
2024-09-10 10:49:08 +08:00
parent b5fd06b800
commit dd4f5938da
6391 changed files with 722800 additions and 0 deletions

24
node_modules/@webassemblyjs/helper-buffer/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "@webassemblyjs/helper-buffer",
"version": "1.12.1",
"description": "Buffer manipulation utility",
"main": "lib/index.js",
"module": "esm/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xtuc/webassemblyjs.git"
},
"publishConfig": {
"access": "public"
},
"author": "Sven Sauleau",
"license": "MIT",
"devDependencies": {
"@webassemblyjs/wasm-parser": "1.12.1",
"jest-diff": "^24.0.0"
},
"gitHead": "67c75cf2da65e5588b5e81c10b0d7692d174760b"
}