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