source: trip-planner-front/node_modules/@webassemblyjs/ast/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "@webassemblyjs/ast@1.11.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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 },
44 "dependencies": {
45 "@webassemblyjs/helper-numbers": "1.11.1",
46 "@webassemblyjs/helper-wasm-bytecode": "1.11.1"
47 },
48 "description": "AST utils for webassemblyjs",
49 "devDependencies": {
50 "@webassemblyjs/helper-test-framework": "1.11.1",
51 "array.prototype.flatmap": "^1.2.1",
52 "dump-exports": "^0.1.0",
53 "mamacro": "^0.0.7"
54 },
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"
74}
Note: See TracBrowser for help on using the repository browser.