This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/@webassemblyjs/leb128/package.json
2020-11-01 22:46:04 +00:00

19 lines
416 B
JSON

{
"name": "@webassemblyjs/leb128",
"version": "1.9.0",
"description": "LEB128 decoder and encoder",
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@xtuc/long": "4.2.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
}