Changeset 59329aa for trip-planner-front/node_modules/@webassemblyjs/leb128
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note:
See TracChangeset
for help on using the changeset viewer.