Last change
on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
787 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@webassemblyjs/wast-printer",
|
---|
| 3 | "version": "1.11.1",
|
---|
| 4 | "description": "WebAssembly text format printer",
|
---|
| 5 | "main": "lib/index.js",
|
---|
| 6 | "module": "esm/index.js",
|
---|
| 7 | "keywords": [
|
---|
| 8 | "webassembly",
|
---|
| 9 | "javascript",
|
---|
| 10 | "ast",
|
---|
| 11 | "compiler",
|
---|
| 12 | "printer",
|
---|
| 13 | "wast"
|
---|
| 14 | ],
|
---|
| 15 | "scripts": {
|
---|
| 16 | "test": "mocha"
|
---|
| 17 | },
|
---|
| 18 | "author": "Sven Sauleau",
|
---|
| 19 | "license": "MIT",
|
---|
| 20 | "dependencies": {
|
---|
| 21 | "@webassemblyjs/ast": "1.11.1",
|
---|
| 22 | "@xtuc/long": "4.2.2"
|
---|
| 23 | },
|
---|
| 24 | "devDependencies": {
|
---|
| 25 | "@webassemblyjs/helper-test-framework": "1.11.1",
|
---|
| 26 | "@webassemblyjs/wast-parser": "1.11.1"
|
---|
| 27 | },
|
---|
| 28 | "repository": {
|
---|
| 29 | "type": "git",
|
---|
| 30 | "url": "https://github.com/xtuc/webassemblyjs.git"
|
---|
| 31 | },
|
---|
| 32 | "publishConfig": {
|
---|
| 33 | "access": "public"
|
---|
| 34 | },
|
---|
| 35 | "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b"
|
---|
| 36 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.