1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| {
| "name": "@webassemblyjs/helper-wasm-bytecode",
| "version": "1.9.0",
| "description": "WASM's Bytecode constants",
| "main": "lib/index.js",
| "module": "esm/index.js",
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "author": "Sven Sauleau",
| "license": "MIT",
| "repository": {
| "type": "git",
| "url": "https://github.com/xtuc/webassemblyjs.git"
| },
| "publishConfig": {
| "access": "public"
| },
| "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
|
| ,"_resolved": "https://registry.npmmirror.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.9.0.tgz"
| ,"_integrity": "sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw=="
| ,"_from": "@webassemblyjs/helper-wasm-bytecode@1.9.0"
| }
|
|