1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "@webassemblyjs/wast-printer",
|
3 |
|
|
"version": "1.9.0",
|
4 |
|
|
"description": "WebAssembly text format printer",
|
5 |
|
|
"main": "lib/index.js",
|
6 |
|
|
"module": "esm/index.js",
|
7 |
|
|
"keywords": [
|
8 |
|
|
"webassembly",
|
9 |
|
|
"javascript",
|
10 |
|
|
"ast",
|
11 |
|
|
"compiler",
|
12 |
|
|
"printer",
|
13 |
|
|
"wast"
|
14 |
|
|
],
|
15 |
|
|
"scripts": {
|
16 |
|
|
"test": "mocha"
|
17 |
|
|
},
|
18 |
|
|
"author": "Sven Sauleau",
|
19 |
|
|
"license": "MIT",
|
20 |
|
|
"dependencies": {
|
21 |
|
|
"@webassemblyjs/ast": "1.9.0",
|
22 |
|
|
"@webassemblyjs/wast-parser": "1.9.0",
|
23 |
|
|
"@xtuc/long": "4.2.2"
|
24 |
|
|
},
|
25 |
|
|
"devDependencies": {
|
26 |
|
|
"@webassemblyjs/helper-test-framework": "1.9.0"
|
27 |
|
|
},
|
28 |
|
|
"repository": {
|
29 |
|
|
"type": "git",
|
30 |
|
|
"url": "https://github.com/xtuc/webassemblyjs.git"
|
31 |
|
|
},
|
32 |
|
|
"publishConfig": {
|
33 |
|
|
"access": "public"
|
34 |
|
|
},
|
35 |
|
|
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
|
36 |
|
|
}
|