1 | {
|
2 | "name": "@webassemblyjs/leb128",
|
3 | "version": "1.14.1",
|
4 | "description": "LEB128 decoder and encoder",
|
5 | "license": "Apache-2.0",
|
6 | "main": "lib/index.js",
|
7 | "module": "esm/index.js",
|
8 | "scripts": {
|
9 | "test": "echo \"Error: no test specified\" && exit 1"
|
10 | },
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "https://github.com/xtuc/webassemblyjs.git",
|
14 | "directory": "packages/leb128"
|
15 | },
|
16 | "dependencies": {
|
17 | "@xtuc/long": "4.2.2"
|
18 | },
|
19 | "publishConfig": {
|
20 | "access": "public"
|
21 | },
|
22 | "gitHead": "25d52b1296e151ac56244a7c3886661e6b4a69ea"
|
23 | }
|