[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "@webassemblyjs/leb128@1.11.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "@webassemblyjs/leb128@1.11.1",
|
---|
| 10 | "_id": "@webassemblyjs/leb128@1.11.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==",
|
---|
| 13 | "_location": "/@webassemblyjs/leb128",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "@webassemblyjs/leb128@1.11.1",
|
---|
| 19 | "name": "@webassemblyjs/leb128",
|
---|
| 20 | "escapedName": "@webassemblyjs%2fleb128",
|
---|
| 21 | "scope": "@webassemblyjs",
|
---|
| 22 | "rawSpec": "1.11.1",
|
---|
| 23 | "saveSpec": null,
|
---|
| 24 | "fetchSpec": "1.11.1"
|
---|
| 25 | },
|
---|
| 26 | "_requiredBy": [
|
---|
| 27 | "/@webassemblyjs/wasm-gen",
|
---|
| 28 | "/@webassemblyjs/wasm-parser"
|
---|
| 29 | ],
|
---|
| 30 | "_resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz",
|
---|
| 31 | "_spec": "1.11.1",
|
---|
| 32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 33 | "bugs": {
|
---|
| 34 | "url": "https://github.com/xtuc/webassemblyjs/issues"
|
---|
| 35 | },
|
---|
| 36 | "dependencies": {
|
---|
| 37 | "@xtuc/long": "4.2.2"
|
---|
| 38 | },
|
---|
[6a3a178] | 39 | "description": "LEB128 decoder and encoder",
|
---|
[59329aa] | 40 | "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
|
---|
| 41 | "homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
---|
[6a3a178] | 42 | "license": "Apache-2.0",
|
---|
| 43 | "main": "lib/index.js",
|
---|
| 44 | "module": "esm/index.js",
|
---|
[59329aa] | 45 | "name": "@webassemblyjs/leb128",
|
---|
| 46 | "publishConfig": {
|
---|
| 47 | "access": "public"
|
---|
[6a3a178] | 48 | },
|
---|
| 49 | "repository": {
|
---|
| 50 | "type": "git",
|
---|
[59329aa] | 51 | "url": "git+https://github.com/xtuc/webassemblyjs.git",
|
---|
[6a3a178] | 52 | "directory": "packages/leb128"
|
---|
| 53 | },
|
---|
[59329aa] | 54 | "scripts": {
|
---|
| 55 | "test": "echo \"Error: no test specified\" && exit 1"
|
---|
[6a3a178] | 56 | },
|
---|
[59329aa] | 57 | "version": "1.11.1"
|
---|
[6a3a178] | 58 | }
|
---|