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