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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_from": "@webassemblyjs/wast-parser@1.9.0",
| "_id": "@webassemblyjs/wast-parser@1.9.0",
| "_inBundle": false,
| "_integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==",
| "_location": "/@webassemblyjs/wast-parser",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@webassemblyjs/wast-parser@1.9.0",
| "name": "@webassemblyjs/wast-parser",
| "escapedName": "@webassemblyjs%2fwast-parser",
| "scope": "@webassemblyjs",
| "rawSpec": "1.9.0",
| "saveSpec": null,
| "fetchSpec": "1.9.0"
| },
| "_requiredBy": [
| "/@webassemblyjs/ast",
| "/@webassemblyjs/wast-printer"
| ],
| "_resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz",
| "_shasum": "3031115d79ac5bd261556cecc3fa90a3ef451914",
| "_spec": "@webassemblyjs/wast-parser@1.9.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@webassemblyjs\\ast",
| "author": {
| "name": "Sven Sauleau"
| },
| "bugs": {
| "url": "https://github.com/xtuc/webassemblyjs/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "@webassemblyjs/ast": "1.9.0",
| "@webassemblyjs/floating-point-hex-parser": "1.9.0",
| "@webassemblyjs/helper-api-error": "1.9.0",
| "@webassemblyjs/helper-code-frame": "1.9.0",
| "@webassemblyjs/helper-fsm": "1.9.0",
| "@xtuc/long": "4.2.2"
| },
| "deprecated": false,
| "description": "WebAssembly text format parser",
| "devDependencies": {
| "@webassemblyjs/helper-test-framework": "1.9.0",
| "mamacro": "^0.0.7"
| },
| "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8",
| "homepage": "https://github.com/xtuc/webassemblyjs#readme",
| "keywords": [
| "webassembly",
| "javascript",
| "ast",
| "parser",
| "wat",
| "wast"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "module": "esm/index.js",
| "name": "@webassemblyjs/wast-parser",
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/xtuc/webassemblyjs.git"
| },
| "scripts": {
| "test": "mocha"
| },
| "version": "1.9.0"
| }
|
|