- 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/ast/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@webassemblyjs/ast", 3 "version": "1.11.1", 4 "description": "AST utils for webassemblyjs", 5 "keywords": [ 6 "webassembly", 7 "javascript", 8 "ast" 2 "_args": [ 3 [ 4 "@webassemblyjs/ast@1.11.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 9 7 ], 10 "main": "lib/index.js", 11 "module": "esm/index.js", 12 "author": "Sven Sauleau", 13 "license": "MIT", 8 "_development": true, 9 "_from": "@webassemblyjs/ast@1.11.1", 10 "_id": "@webassemblyjs/ast@1.11.1", 11 "_inBundle": false, 12 "_integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", 13 "_location": "/@webassemblyjs/ast", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@webassemblyjs/ast@1.11.1", 19 "name": "@webassemblyjs/ast", 20 "escapedName": "@webassemblyjs%2fast", 21 "scope": "@webassemblyjs", 22 "rawSpec": "1.11.1", 23 "saveSpec": null, 24 "fetchSpec": "1.11.1" 25 }, 26 "_requiredBy": [ 27 "/@webassemblyjs/helper-wasm-section", 28 "/@webassemblyjs/wasm-edit", 29 "/@webassemblyjs/wasm-gen", 30 "/@webassemblyjs/wasm-opt", 31 "/@webassemblyjs/wasm-parser", 32 "/@webassemblyjs/wast-printer", 33 "/webpack" 34 ], 35 "_resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", 36 "_spec": "1.11.1", 37 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 38 "author": { 39 "name": "Sven Sauleau" 40 }, 41 "bugs": { 42 "url": "https://github.com/xtuc/webassemblyjs/issues" 43 }, 14 44 "dependencies": { 15 45 "@webassemblyjs/helper-numbers": "1.11.1", 16 46 "@webassemblyjs/helper-wasm-bytecode": "1.11.1" 17 47 }, 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/xtuc/webassemblyjs.git" 21 }, 22 "publishConfig": { 23 "access": "public" 24 }, 48 "description": "AST utils for webassemblyjs", 25 49 "devDependencies": { 26 50 "@webassemblyjs/helper-test-framework": "1.11.1", … … 29 53 "mamacro": "^0.0.7" 30 54 }, 31 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b" 55 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b", 56 "homepage": "https://github.com/xtuc/webassemblyjs#readme", 57 "keywords": [ 58 "webassembly", 59 "javascript", 60 "ast" 61 ], 62 "license": "MIT", 63 "main": "lib/index.js", 64 "module": "esm/index.js", 65 "name": "@webassemblyjs/ast", 66 "publishConfig": { 67 "access": "public" 68 }, 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/xtuc/webassemblyjs.git" 72 }, 73 "version": "1.11.1" 32 74 }
Note:
See TracChangeset
for help on using the changeset viewer.