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