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