1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "@webassemblyjs/wasm-gen",
|
3 |
|
|
"version": "1.9.0",
|
4 |
|
|
"description": "WebAssembly binary format printer",
|
5 |
|
|
"main": "lib/index.js",
|
6 |
|
|
"module": "esm/index.js",
|
7 |
|
|
"scripts": {
|
8 |
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
9 |
|
|
},
|
10 |
|
|
"repository": {
|
11 |
|
|
"type": "git",
|
12 |
|
|
"url": "https://github.com/xtuc/webassemblyjs.git"
|
13 |
|
|
},
|
14 |
|
|
"publishConfig": {
|
15 |
|
|
"access": "public"
|
16 |
|
|
},
|
17 |
|
|
"author": "Sven Sauleau",
|
18 |
|
|
"license": "MIT",
|
19 |
|
|
"dependencies": {
|
20 |
|
|
"@webassemblyjs/ast": "1.9.0",
|
21 |
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.9.0",
|
22 |
|
|
"@webassemblyjs/ieee754": "1.9.0",
|
23 |
|
|
"@webassemblyjs/leb128": "1.9.0",
|
24 |
|
|
"@webassemblyjs/utf8": "1.9.0"
|
25 |
|
|
},
|
26 |
|
|
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
|
27 |
|
|
}
|