source: trip-planner-front/node_modules/@webassemblyjs/wast-printer/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: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "@webassemblyjs/wast-printer@1.11.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@webassemblyjs/wast-printer@1.11.1",
10 "_id": "@webassemblyjs/wast-printer@1.11.1",
11 "_inBundle": false,
12 "_integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==",
13 "_location": "/@webassemblyjs/wast-printer",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@webassemblyjs/wast-printer@1.11.1",
19 "name": "@webassemblyjs/wast-printer",
20 "escapedName": "@webassemblyjs%2fwast-printer",
21 "scope": "@webassemblyjs",
22 "rawSpec": "1.11.1",
23 "saveSpec": null,
24 "fetchSpec": "1.11.1"
25 },
26 "_requiredBy": [
27 "/@webassemblyjs/wasm-edit"
28 ],
29 "_resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-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"
34 },
35 "bugs": {
36 "url": "https://github.com/xtuc/webassemblyjs/issues"
37 },
38 "dependencies": {
39 "@webassemblyjs/ast": "1.11.1",
40 "@xtuc/long": "4.2.2"
41 },
42 "description": "WebAssembly text format printer",
43 "devDependencies": {
44 "@webassemblyjs/helper-test-framework": "1.11.1",
45 "@webassemblyjs/wast-parser": "1.11.1"
46 },
47 "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b",
48 "homepage": "https://github.com/xtuc/webassemblyjs#readme",
49 "keywords": [
50 "webassembly",
51 "javascript",
52 "ast",
53 "compiler",
54 "printer",
55 "wast"
56 ],
57 "license": "MIT",
58 "main": "lib/index.js",
59 "module": "esm/index.js",
60 "name": "@webassemblyjs/wast-printer",
61 "publishConfig": {
62 "access": "public"
63 },
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/xtuc/webassemblyjs.git"
67 },
68 "scripts": {
69 "test": "mocha"
70 },
71 "version": "1.11.1"
72}
Note: See TracBrowser for help on using the repository browser.