- 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/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 }
Note:
See TracChangeset
for help on using the changeset viewer.