Changeset 59329aa for trip-planner-front/node_modules/@webassemblyjs/utf8
- 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/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 }
Note:
See TracChangeset
for help on using the changeset viewer.