1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "@webassemblyjs/helper-code-frame",
|
3 |
|
|
"version": "1.9.0",
|
4 |
|
|
"description": "",
|
5 |
|
|
"main": "lib/index.js",
|
6 |
|
|
"module": "esm/index.js",
|
7 |
|
|
"repository": {
|
8 |
|
|
"type": "git",
|
9 |
|
|
"url": "https://github.com/xtuc/webassemblyjs.git"
|
10 |
|
|
},
|
11 |
|
|
"publishConfig": {
|
12 |
|
|
"access": "public"
|
13 |
|
|
},
|
14 |
|
|
"author": "Sven Sauleau",
|
15 |
|
|
"license": "MIT",
|
16 |
|
|
"dependencies": {
|
17 |
|
|
"@webassemblyjs/wast-printer": "1.9.0"
|
18 |
|
|
},
|
19 |
|
|
"devDependencies": {
|
20 |
|
|
"@webassemblyjs/ast": "1.9.0"
|
21 |
|
|
},
|
22 |
|
|
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
|
23 |
|
|
}
|