Changeset 59329aa for trip-planner-front/node_modules/@webassemblyjs
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/@webassemblyjs
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@webassemblyjs/ast/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/ast", 3 "version": "1.11.1", 4 "description": "AST utils for webassemblyjs", 5 "keywords": [ 6 "webassembly", 7 "javascript", 8 "ast" 2 "_args": [ 3 [ 4 "@webassemblyjs/ast@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "main": "lib/index.js", 11 "module": "esm/index.js", 12 "author": "Sven Sauleau", 13 "license": "MIT", 8 "_development": true, 9 "_from": "@webassemblyjs/ast@1.11.1", 10 "_id": "@webassemblyjs/ast@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", 13 "_location": "/@webassemblyjs/ast", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/ast@1.11.1", 19 "name": "@webassemblyjs/ast", 20 "escapedName": "@webassemblyjs%2fast", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 25 }, 26 "_requiredBy": [ 27 "/@webassemblyjs/helper-wasm-section", 28 "/@webassemblyjs/wasm-edit", 29 "/@webassemblyjs/wasm-gen", 30 "/@webassemblyjs/wasm-opt", 31 "/@webassemblyjs/wasm-parser", 32 "/@webassemblyjs/wast-printer", 33 "/webpack" 34 ], 35 "_resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", 36 "_spec": "1.11.1", 37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 38 "author": { 39 "name": "Sven Sauleau" 40 }, 41 "bugs": { 42 "url": "https://github.com/xtuc/webassemblyjs/issues" 43 }, 14 44 "dependencies": { 15 45 "@webassemblyjs/helper-numbers": "1.11.1", 16 46 "@webassemblyjs/helper-wasm-bytecode": "1.11.1" 17 47 }, 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/xtuc/webassemblyjs.git" 21 }, 22 "publishConfig": { 23 "access": "public" 24 }, 48 "description": "AST utils for webassemblyjs", 25 49 "devDependencies": { 26 50 "@webassemblyjs/helper-test-framework": "1.11.1", … … 29 53 "mamacro": "^0.0.7" 30 54 }, 31 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 55 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 56 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 57 "keywords": [ 58 "webassembly", 59 "javascript", 60 "ast" 61 ], 62 "license": "MIT", 63 "main": "lib/index.js", 64 "module": "esm/index.js", 65 "name": "@webassemblyjs/ast", 66 "publishConfig": { 67 "access": "public" 68 }, 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/xtuc/webassemblyjs.git" 72 }, 73 "version": "1.11.1" 32 74 } -
trip-planner-front/node_modules/@webassemblyjs/floating-point-hex-parser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/floating-point-hex-parser", 3 "scripts": { 4 "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall" 2 "_args": [ 3 [ 4 "@webassemblyjs/floating-point-hex-parser@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/floating-point-hex-parser@1.11.1", 10 "_id": "@webassemblyjs/floating-point-hex-parser@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", 13 "_location": "/@webassemblyjs/floating-point-hex-parser", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/floating-point-hex-parser@1.11.1", 19 "name": "@webassemblyjs/floating-point-hex-parser", 20 "escapedName": "@webassemblyjs%2ffloating-point-hex-parser", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 5 25 }, 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/xtuc/webassemblyjs.git" 26 "_requiredBy": [ 27 "/@webassemblyjs/helper-numbers" 28 ], 29 "_resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", 30 "_spec": "1.11.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Mauro Bringolf" 9 34 }, 10 " publishConfig": {11 " access": "public"35 "bugs": { 36 "url": "https://github.com/xtuc/webassemblyjs/issues" 12 37 }, 13 "version": "1.11.1",14 38 "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification", 15 " main": "lib/index.js",16 " module": "esm/index.js",39 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 40 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 17 41 "keywords": [ 18 42 "webassembly", 19 43 "floating-point" 20 44 ], 21 "author": "Mauro Bringolf",22 45 "license": "MIT", 23 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 46 "main": "lib/index.js", 47 "module": "esm/index.js", 48 "name": "@webassemblyjs/floating-point-hex-parser", 49 "publishConfig": { 50 "access": "public" 51 }, 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/xtuc/webassemblyjs.git" 55 }, 56 "scripts": { 57 "build-fuzzer": "[ -f ./test/fuzzing/parse.out ] || gcc ./test/fuzzing/parse.c -o ./test/fuzzing/parse.out -lm -Wall" 58 }, 59 "version": "1.11.1" 24 60 } -
trip-planner-front/node_modules/@webassemblyjs/helper-api-error/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/helper-api-error", 3 "version": "1.11.1", 2 "_args": [ 3 [ 4 "@webassemblyjs/helper-api-error@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/helper-api-error@1.11.1", 10 "_id": "@webassemblyjs/helper-api-error@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", 13 "_location": "/@webassemblyjs/helper-api-error", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/helper-api-error@1.11.1", 19 "name": "@webassemblyjs/helper-api-error", 20 "escapedName": "@webassemblyjs%2fhelper-api-error", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 25 }, 26 "_requiredBy": [ 27 "/@webassemblyjs/helper-numbers", 28 "/@webassemblyjs/wasm-parser" 29 ], 30 "_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", 31 "_spec": "1.11.1", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Sven Sauleau" 35 }, 36 "bugs": { 37 "url": "https://github.com/xtuc/webassemblyjs/issues" 38 }, 4 39 "description": "Common API errors", 40 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 41 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 42 "license": "MIT", 5 43 "main": "lib/index.js", 6 44 "module": "esm/index.js", 7 "author": "Sven Sauleau", 8 "license": "MIT", 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/xtuc/webassemblyjs.git", 12 "directory": "packages/helper-api-error" 13 }, 45 "name": "@webassemblyjs/helper-api-error", 14 46 "publishConfig": { 15 47 "access": "public" 16 48 }, 17 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 49 "repository": { 50 "type": "git", 51 "url": "git+https://github.com/xtuc/webassemblyjs.git", 52 "directory": "packages/helper-api-error" 53 }, 54 "version": "1.11.1" 18 55 } -
trip-planner-front/node_modules/@webassemblyjs/helper-buffer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/helper-buffer", 3 "version": "1.11.1", 2 "_args": [ 3 [ 4 "@webassemblyjs/helper-buffer@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/helper-buffer@1.11.1", 10 "_id": "@webassemblyjs/helper-buffer@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", 13 "_location": "/@webassemblyjs/helper-buffer", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/helper-buffer@1.11.1", 19 "name": "@webassemblyjs/helper-buffer", 20 "escapedName": "@webassemblyjs%2fhelper-buffer", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 25 }, 26 "_requiredBy": [ 27 "/@webassemblyjs/helper-wasm-section", 28 "/@webassemblyjs/wasm-edit", 29 "/@webassemblyjs/wasm-opt" 30 ], 31 "_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-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 }, 4 40 "description": "Buffer manipulation utility", 5 "main": "lib/index.js",6 "module": "esm/index.js",7 "scripts": {8 "test": "echo \"Error: no test specified\" && exit 1"9 },10 "repository": {11 "type": "git",12 "url": "https://github.com/xtuc/webassemblyjs.git"13 },14 "publishConfig": {15 "access": "public"16 },17 "author": "Sven Sauleau",18 "license": "MIT",19 41 "devDependencies": { 20 42 "@webassemblyjs/wasm-parser": "1.11.1", 21 43 "jest-diff": "^24.0.0" 22 44 }, 23 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 45 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 46 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 47 "license": "MIT", 48 "main": "lib/index.js", 49 "module": "esm/index.js", 50 "name": "@webassemblyjs/helper-buffer", 51 "publishConfig": { 52 "access": "public" 53 }, 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/xtuc/webassemblyjs.git" 57 }, 58 "scripts": { 59 "test": "echo \"Error: no test specified\" && exit 1" 60 }, 61 "version": "1.11.1" 24 62 } -
trip-planner-front/node_modules/@webassemblyjs/helper-numbers/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/helper-numbers", 3 "version": "1.11.1", 4 "description": "Number parsing utility", 5 "main": "lib/index.js", 6 "module": "esm/index.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 2 "_args": [ 3 [ 4 "@webassemblyjs/helper-numbers@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/helper-numbers@1.11.1", 10 "_id": "@webassemblyjs/helper-numbers@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", 13 "_location": "/@webassemblyjs/helper-numbers", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/helper-numbers@1.11.1", 19 "name": "@webassemblyjs/helper-numbers", 20 "escapedName": "@webassemblyjs%2fhelper-numbers", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 9 25 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/xtuc/webassemblyjs.git" 26 "_requiredBy": [ 27 "/@webassemblyjs/ast" 28 ], 29 "_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", 30 "_spec": "1.11.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sven Sauleau" 13 34 }, 14 " publishConfig": {15 " access": "public"35 "bugs": { 36 "url": "https://github.com/xtuc/webassemblyjs/issues" 16 37 }, 17 38 "dependencies": { … … 20 41 "@xtuc/long": "4.2.2" 21 42 }, 22 "author": "Sven Sauleau", 43 "description": "Number parsing utility", 44 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 45 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 23 46 "license": "MIT", 24 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 47 "main": "lib/index.js", 48 "module": "esm/index.js", 49 "name": "@webassemblyjs/helper-numbers", 50 "publishConfig": { 51 "access": "public" 52 }, 53 "repository": { 54 "type": "git", 55 "url": "git+https://github.com/xtuc/webassemblyjs.git" 56 }, 57 "scripts": { 58 "test": "echo \"Error: no test specified\" && exit 1" 59 }, 60 "version": "1.11.1" 25 61 } -
trip-planner-front/node_modules/@webassemblyjs/helper-wasm-bytecode/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/helper-wasm-bytecode", 3 "version": "1.11.1", 2 "_args": [ 3 [ 4 "@webassemblyjs/helper-wasm-bytecode@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/helper-wasm-bytecode@1.11.1", 10 "_id": "@webassemblyjs/helper-wasm-bytecode@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", 13 "_location": "/@webassemblyjs/helper-wasm-bytecode", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/helper-wasm-bytecode@1.11.1", 19 "name": "@webassemblyjs/helper-wasm-bytecode", 20 "escapedName": "@webassemblyjs%2fhelper-wasm-bytecode", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 25 }, 26 "_requiredBy": [ 27 "/@webassemblyjs/ast", 28 "/@webassemblyjs/helper-wasm-section", 29 "/@webassemblyjs/wasm-edit", 30 "/@webassemblyjs/wasm-gen", 31 "/@webassemblyjs/wasm-parser" 32 ], 33 "_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", 34 "_spec": "1.11.1", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 36 "author": { 37 "name": "Sven Sauleau" 38 }, 39 "bugs": { 40 "url": "https://github.com/xtuc/webassemblyjs/issues" 41 }, 4 42 "description": "WASM's Bytecode constants", 43 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 44 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 45 "license": "MIT", 5 46 "main": "lib/index.js", 6 47 "module": "esm/index.js", 48 "name": "@webassemblyjs/helper-wasm-bytecode", 49 "publishConfig": { 50 "access": "public" 51 }, 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/xtuc/webassemblyjs.git" 55 }, 7 56 "scripts": { 8 57 "test": "echo \"Error: no test specified\" && exit 1" 9 58 }, 10 "author": "Sven Sauleau", 11 "license": "MIT", 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/xtuc/webassemblyjs.git" 15 }, 16 "publishConfig": { 17 "access": "public" 18 }, 19 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 59 "version": "1.11.1" 20 60 } -
trip-planner-front/node_modules/@webassemblyjs/helper-wasm-section/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/helper-wasm-section", 3 "version": "1.11.1", 4 "description": "", 5 "main": "lib/index.js", 6 "module": "esm/index.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 2 "_args": [ 3 [ 4 "@webassemblyjs/helper-wasm-section@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/helper-wasm-section@1.11.1", 10 "_id": "@webassemblyjs/helper-wasm-section@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", 13 "_location": "/@webassemblyjs/helper-wasm-section", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/helper-wasm-section@1.11.1", 19 "name": "@webassemblyjs/helper-wasm-section", 20 "escapedName": "@webassemblyjs%2fhelper-wasm-section", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 9 25 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/xtuc/webassemblyjs.git" 26 "_requiredBy": [ 27 "/@webassemblyjs/wasm-edit" 28 ], 29 "_resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", 30 "_spec": "1.11.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sven Sauleau" 13 34 }, 14 " publishConfig": {15 " access": "public"35 "bugs": { 36 "url": "https://github.com/xtuc/webassemblyjs/issues" 16 37 }, 17 "author": "Sven Sauleau",18 "license": "MIT",19 38 "dependencies": { 20 39 "@webassemblyjs/ast": "1.11.1", … … 23 42 "@webassemblyjs/wasm-gen": "1.11.1" 24 43 }, 44 "description": "", 25 45 "devDependencies": { 26 46 "@webassemblyjs/wasm-parser": "1.11.1" 27 47 }, 28 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 48 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 49 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 50 "license": "MIT", 51 "main": "lib/index.js", 52 "module": "esm/index.js", 53 "name": "@webassemblyjs/helper-wasm-section", 54 "publishConfig": { 55 "access": "public" 56 }, 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/xtuc/webassemblyjs.git" 60 }, 61 "scripts": { 62 "test": "echo \"Error: no test specified\" && exit 1" 63 }, 64 "version": "1.11.1" 29 65 } -
trip-planner-front/node_modules/@webassemblyjs/ieee754/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/ieee754", 3 "version": "1.11.1", 4 "description": "IEEE754 decoder and encoder", 5 "license": "MIT", 6 "main": "lib/index.js", 7 "module": "esm/index.js", 8 "scripts": { 9 "test": "echo \"Error: no test specified\" && exit 1" 2 "_args": [ 3 [ 4 "@webassemblyjs/ieee754@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/ieee754@1.11.1", 10 "_id": "@webassemblyjs/ieee754@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", 13 "_location": "/@webassemblyjs/ieee754", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/ieee754@1.11.1", 19 "name": "@webassemblyjs/ieee754", 20 "escapedName": "@webassemblyjs%2fieee754", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 10 25 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/xtuc/webassemblyjs.git", 14 "directory": "packages/ieee754" 15 }, 16 "publishConfig": { 17 "access": "public" 26 "_requiredBy": [ 27 "/@webassemblyjs/wasm-gen", 28 "/@webassemblyjs/wasm-parser" 29 ], 30 "_resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-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" 18 35 }, 19 36 "dependencies": { 20 37 "@xtuc/ieee754": "^1.2.0" 21 38 }, 22 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 39 "description": "IEEE754 decoder and encoder", 40 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 41 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 42 "license": "MIT", 43 "main": "lib/index.js", 44 "module": "esm/index.js", 45 "name": "@webassemblyjs/ieee754", 46 "publishConfig": { 47 "access": "public" 48 }, 49 "repository": { 50 "type": "git", 51 "url": "git+https://github.com/xtuc/webassemblyjs.git", 52 "directory": "packages/ieee754" 53 }, 54 "scripts": { 55 "test": "echo \"Error: no test specified\" && exit 1" 56 }, 57 "version": "1.11.1" 23 58 } -
trip-planner-front/node_modules/@webassemblyjs/leb128/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/leb128", 3 "version": "1.11.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" 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" 10 25 }, 11 "repository": { 12 "type": "git", 13 "url": "https://github.com/xtuc/webassemblyjs.git", 14 "directory": "packages/leb128" 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" 15 35 }, 16 36 "dependencies": { 17 37 "@xtuc/long": "4.2.2" 18 38 }, 39 "description": "LEB128 decoder and encoder", 40 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 41 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 42 "license": "Apache-2.0", 43 "main": "lib/index.js", 44 "module": "esm/index.js", 45 "name": "@webassemblyjs/leb128", 19 46 "publishConfig": { 20 47 "access": "public" 21 48 }, 22 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 49 "repository": { 50 "type": "git", 51 "url": "git+https://github.com/xtuc/webassemblyjs.git", 52 "directory": "packages/leb128" 53 }, 54 "scripts": { 55 "test": "echo \"Error: no test specified\" && exit 1" 56 }, 57 "version": "1.11.1" 23 58 } -
trip-planner-front/node_modules/@webassemblyjs/utf8/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/utf8", 3 "version": "1.11.1", 2 "_args": [ 3 [ 4 "@webassemblyjs/utf8@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/utf8@1.11.1", 10 "_id": "@webassemblyjs/utf8@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", 13 "_location": "/@webassemblyjs/utf8", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/utf8@1.11.1", 19 "name": "@webassemblyjs/utf8", 20 "escapedName": "@webassemblyjs%2futf8", 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/utf8/-/utf8-1.11.1.tgz", 31 "_spec": "1.11.1", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Sven Sauleau" 35 }, 36 "bugs": { 37 "url": "https://github.com/xtuc/webassemblyjs/issues" 38 }, 4 39 "description": "UTF8 encoder/decoder for WASM", 40 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 41 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 42 "license": "MIT", 5 43 "main": "lib/index.js", 6 44 "module": "esm/index.js", 45 "name": "@webassemblyjs/utf8", 46 "publishConfig": { 47 "access": "public" 48 }, 49 "repository": { 50 "type": "git", 51 "url": "git+https://github.com/xtuc/webassemblyjs.git" 52 }, 7 53 "scripts": { 8 54 "test": "echo \"Error: no test specified\" && exit 1" 9 55 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/xtuc/webassemblyjs.git" 13 }, 14 "publishConfig": { 15 "access": "public" 16 }, 17 "author": "Sven Sauleau", 18 "license": "MIT", 19 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 56 "version": "1.11.1" 20 57 } -
trip-planner-front/node_modules/@webassemblyjs/wasm-edit/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/wasm-edit", 3 "version": "1.11.1", 4 "description": "", 5 "main": "lib/index.js", 6 "module": "esm/index.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 2 "_args": [ 3 [ 4 "@webassemblyjs/wasm-edit@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/wasm-edit@1.11.1", 10 "_id": "@webassemblyjs/wasm-edit@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", 13 "_location": "/@webassemblyjs/wasm-edit", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/wasm-edit@1.11.1", 19 "name": "@webassemblyjs/wasm-edit", 20 "escapedName": "@webassemblyjs%2fwasm-edit", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 9 25 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/xtuc/webassemblyjs.git" 26 "_requiredBy": [ 27 "/webpack" 28 ], 29 "_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", 30 "_spec": "1.11.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sven Sauleau" 13 34 }, 14 " publishConfig": {15 " access": "public"35 "bugs": { 36 "url": "https://github.com/xtuc/webassemblyjs/issues" 16 37 }, 17 "author": "Sven Sauleau",18 "license": "MIT",19 38 "dependencies": { 20 39 "@webassemblyjs/ast": "1.11.1", … … 27 46 "@webassemblyjs/wast-printer": "1.11.1" 28 47 }, 48 "description": "> Rewrite a WASM binary", 29 49 "devDependencies": { 30 50 "@webassemblyjs/helper-test-framework": "1.11.1" 31 51 }, 32 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 52 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 53 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 54 "license": "MIT", 55 "main": "lib/index.js", 56 "module": "esm/index.js", 57 "name": "@webassemblyjs/wasm-edit", 58 "publishConfig": { 59 "access": "public" 60 }, 61 "repository": { 62 "type": "git", 63 "url": "git+https://github.com/xtuc/webassemblyjs.git" 64 }, 65 "scripts": { 66 "test": "echo \"Error: no test specified\" && exit 1" 67 }, 68 "version": "1.11.1" 33 69 } -
trip-planner-front/node_modules/@webassemblyjs/wasm-gen/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/wasm-gen", 3 "version": "1.11.1", 4 "description": "WebAssembly binary format printer", 5 "main": "lib/index.js", 6 "module": "esm/index.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 2 "_args": [ 3 [ 4 "@webassemblyjs/wasm-gen@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/wasm-gen@1.11.1", 10 "_id": "@webassemblyjs/wasm-gen@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", 13 "_location": "/@webassemblyjs/wasm-gen", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/wasm-gen@1.11.1", 19 "name": "@webassemblyjs/wasm-gen", 20 "escapedName": "@webassemblyjs%2fwasm-gen", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 9 25 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/xtuc/webassemblyjs.git" 26 "_requiredBy": [ 27 "/@webassemblyjs/helper-wasm-section", 28 "/@webassemblyjs/wasm-edit", 29 "/@webassemblyjs/wasm-opt" 30 ], 31 "_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-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" 13 36 }, 14 " publishConfig": {15 " access": "public"37 "bugs": { 38 "url": "https://github.com/xtuc/webassemblyjs/issues" 16 39 }, 17 "author": "Sven Sauleau",18 "license": "MIT",19 40 "dependencies": { 20 41 "@webassemblyjs/ast": "1.11.1", … … 24 45 "@webassemblyjs/utf8": "1.11.1" 25 46 }, 26 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 47 "description": "WebAssembly binary format printer", 48 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 49 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 50 "license": "MIT", 51 "main": "lib/index.js", 52 "module": "esm/index.js", 53 "name": "@webassemblyjs/wasm-gen", 54 "publishConfig": { 55 "access": "public" 56 }, 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/xtuc/webassemblyjs.git" 60 }, 61 "scripts": { 62 "test": "echo \"Error: no test specified\" && exit 1" 63 }, 64 "version": "1.11.1" 27 65 } -
trip-planner-front/node_modules/@webassemblyjs/wasm-opt/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/wasm-opt", 3 "version": "1.11.1", 4 "description": "", 5 "main": "lib/index.js", 6 "module": "esm/index.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 2 "_args": [ 3 [ 4 "@webassemblyjs/wasm-opt@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/wasm-opt@1.11.1", 10 "_id": "@webassemblyjs/wasm-opt@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", 13 "_location": "/@webassemblyjs/wasm-opt", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/wasm-opt@1.11.1", 19 "name": "@webassemblyjs/wasm-opt", 20 "escapedName": "@webassemblyjs%2fwasm-opt", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 9 25 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/xtuc/webassemblyjs.git" 26 "_requiredBy": [ 27 "/@webassemblyjs/wasm-edit" 28 ], 29 "_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", 30 "_spec": "1.11.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sven Sauleau" 13 34 }, 14 " publishConfig": {15 " access": "public"35 "bugs": { 36 "url": "https://github.com/xtuc/webassemblyjs/issues" 16 37 }, 17 "author": "Sven Sauleau",18 "license": "MIT",19 38 "dependencies": { 20 39 "@webassemblyjs/ast": "1.11.1", … … 23 42 "@webassemblyjs/wasm-parser": "1.11.1" 24 43 }, 25 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 44 "description": "", 45 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 46 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 47 "license": "MIT", 48 "main": "lib/index.js", 49 "module": "esm/index.js", 50 "name": "@webassemblyjs/wasm-opt", 51 "publishConfig": { 52 "access": "public" 53 }, 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/xtuc/webassemblyjs.git" 57 }, 58 "scripts": { 59 "test": "echo \"Error: no test specified\" && exit 1" 60 }, 61 "version": "1.11.1" 26 62 } -
trip-planner-front/node_modules/@webassemblyjs/wasm-parser/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/wasm-parser", 3 "version": "1.11.1", 4 "keywords": [ 5 "webassembly", 6 "javascript", 7 "ast", 8 "parser", 9 "wasm" 2 "_args": [ 3 [ 4 "@webassemblyjs/wasm-parser@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "description": "WebAssembly binary format parser", 12 "main": "lib/index.js", 13 "module": "esm/index.js", 14 "scripts": { 15 "test": "mocha" 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" 16 25 }, 17 "author": "Sven Sauleau", 18 "license": "MIT", 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 }, 19 40 "dependencies": { 20 41 "@webassemblyjs/ast": "1.11.1", … … 25 46 "@webassemblyjs/utf8": "1.11.1" 26 47 }, 27 "repository": { 28 "type": "git", 29 "url": "https://github.com/xtuc/webassemblyjs.git" 30 }, 31 "publishConfig": { 32 "access": "public" 33 }, 48 "description": "WebAssembly binary format parser", 34 49 "devDependencies": { 35 50 "@webassemblyjs/helper-buffer": "1.11.1", … … 41 56 "wabt": "1.0.12" 42 57 }, 43 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 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" 44 82 } -
trip-planner-front/node_modules/@webassemblyjs/wast-printer/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/wast-printer", 3 "version": "1.11.1", 2 "_args": [ 3 [ 4 "@webassemblyjs/wast-printer@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@webassemblyjs/wast-printer@1.11.1", 10 "_id": "@webassemblyjs/wast-printer@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", 13 "_location": "/@webassemblyjs/wast-printer", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/wast-printer@1.11.1", 19 "name": "@webassemblyjs/wast-printer", 20 "escapedName": "@webassemblyjs%2fwast-printer", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 25 }, 26 "_requiredBy": [ 27 "/@webassemblyjs/wasm-edit" 28 ], 29 "_resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", 30 "_spec": "1.11.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Sven Sauleau" 34 }, 35 "bugs": { 36 "url": "https://github.com/xtuc/webassemblyjs/issues" 37 }, 38 "dependencies": { 39 "@webassemblyjs/ast": "1.11.1", 40 "@xtuc/long": "4.2.2" 41 }, 4 42 "description": "WebAssembly text format printer", 5 "main": "lib/index.js", 6 "module": "esm/index.js", 43 "devDependencies": { 44 "@webassemblyjs/helper-test-framework": "1.11.1", 45 "@webassemblyjs/wast-parser": "1.11.1" 46 }, 47 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 48 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 7 49 "keywords": [ 8 50 "webassembly", … … 13 55 "wast" 14 56 ], 57 "license": "MIT", 58 "main": "lib/index.js", 59 "module": "esm/index.js", 60 "name": "@webassemblyjs/wast-printer", 61 "publishConfig": { 62 "access": "public" 63 }, 64 "repository": { 65 "type": "git", 66 "url": "git+https://github.com/xtuc/webassemblyjs.git" 67 }, 15 68 "scripts": { 16 69 "test": "mocha" 17 70 }, 18 "author": "Sven Sauleau", 19 "license": "MIT", 20 "dependencies": { 21 "@webassemblyjs/ast": "1.11.1", 22 "@xtuc/long": "4.2.2" 23 }, 24 "devDependencies": { 25 "@webassemblyjs/helper-test-framework": "1.11.1", 26 "@webassemblyjs/wast-parser": "1.11.1" 27 }, 28 "repository": { 29 "type": "git", 30 "url": "https://github.com/xtuc/webassemblyjs.git" 31 }, 32 "publishConfig": { 33 "access": "public" 34 }, 35 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 71 "version": "1.11.1" 36 72 }
Note:
See TracChangeset
for help on using the changeset viewer.