1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "@webassemblyjs/wasm-parser@1.11.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "@webassemblyjs/wasm-parser@1.11.1",
|
---|
10 | "_id": "@webassemblyjs/wasm-parser@1.11.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==",
|
---|
13 | "_location": "/@webassemblyjs/wasm-parser",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "@webassemblyjs/wasm-parser@1.11.1",
|
---|
19 | "name": "@webassemblyjs/wasm-parser",
|
---|
20 | "escapedName": "@webassemblyjs%2fwasm-parser",
|
---|
21 | "scope": "@webassemblyjs",
|
---|
22 | "rawSpec": "1.11.1",
|
---|
23 | "saveSpec": null,
|
---|
24 | "fetchSpec": "1.11.1"
|
---|
25 | },
|
---|
26 | "_requiredBy": [
|
---|
27 | "/@webassemblyjs/wasm-edit",
|
---|
28 | "/@webassemblyjs/wasm-opt",
|
---|
29 | "/webpack"
|
---|
30 | ],
|
---|
31 | "_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz",
|
---|
32 | "_spec": "1.11.1",
|
---|
33 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
34 | "author": {
|
---|
35 | "name": "Sven Sauleau"
|
---|
36 | },
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/xtuc/webassemblyjs/issues"
|
---|
39 | },
|
---|
40 | "dependencies": {
|
---|
41 | "@webassemblyjs/ast": "1.11.1",
|
---|
42 | "@webassemblyjs/helper-api-error": "1.11.1",
|
---|
43 | "@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
---|
44 | "@webassemblyjs/ieee754": "1.11.1",
|
---|
45 | "@webassemblyjs/leb128": "1.11.1",
|
---|
46 | "@webassemblyjs/utf8": "1.11.1"
|
---|
47 | },
|
---|
48 | "description": "WebAssembly binary format parser",
|
---|
49 | "devDependencies": {
|
---|
50 | "@webassemblyjs/helper-buffer": "1.11.1",
|
---|
51 | "@webassemblyjs/helper-test-framework": "1.11.1",
|
---|
52 | "@webassemblyjs/helper-wasm-bytecode": "1.7.7",
|
---|
53 | "@webassemblyjs/wasm-gen": "1.11.1",
|
---|
54 | "@webassemblyjs/wast-parser": "1.11.1",
|
---|
55 | "mamacro": "^0.0.7",
|
---|
56 | "wabt": "1.0.12"
|
---|
57 | },
|
---|
58 | "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
|
---|
59 | "homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
---|
60 | "keywords": [
|
---|
61 | "webassembly",
|
---|
62 | "javascript",
|
---|
63 | "ast",
|
---|
64 | "parser",
|
---|
65 | "wasm"
|
---|
66 | ],
|
---|
67 | "license": "MIT",
|
---|
68 | "main": "lib/index.js",
|
---|
69 | "module": "esm/index.js",
|
---|
70 | "name": "@webassemblyjs/wasm-parser",
|
---|
71 | "publishConfig": {
|
---|
72 | "access": "public"
|
---|
73 | },
|
---|
74 | "repository": {
|
---|
75 | "type": "git",
|
---|
76 | "url": "git+https://github.com/xtuc/webassemblyjs.git"
|
---|
77 | },
|
---|
78 | "scripts": {
|
---|
79 | "test": "mocha"
|
---|
80 | },
|
---|
81 | "version": "1.11.1"
|
---|
82 | }
|
---|