main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
780 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "@webassemblyjs/ast",
|
---|
| 3 | "version": "1.14.1",
|
---|
| 4 | "description": "AST utils for webassemblyjs",
|
---|
| 5 | "keywords": [
|
---|
| 6 | "webassembly",
|
---|
| 7 | "javascript",
|
---|
| 8 | "ast"
|
---|
| 9 | ],
|
---|
| 10 | "main": "lib/index.js",
|
---|
| 11 | "module": "esm/index.js",
|
---|
| 12 | "author": "Sven Sauleau",
|
---|
| 13 | "license": "MIT",
|
---|
| 14 | "dependencies": {
|
---|
| 15 | "@webassemblyjs/helper-numbers": "1.13.2",
|
---|
| 16 | "@webassemblyjs/helper-wasm-bytecode": "1.13.2"
|
---|
| 17 | },
|
---|
| 18 | "repository": {
|
---|
| 19 | "type": "git",
|
---|
| 20 | "url": "https://github.com/xtuc/webassemblyjs.git"
|
---|
| 21 | },
|
---|
| 22 | "publishConfig": {
|
---|
| 23 | "access": "public"
|
---|
| 24 | },
|
---|
| 25 | "devDependencies": {
|
---|
| 26 | "@webassemblyjs/helper-test-framework": "1.14.1",
|
---|
| 27 | "array.prototype.flatmap": "^1.2.1",
|
---|
| 28 | "dump-exports": "^0.1.0",
|
---|
| 29 | "mamacro": "^0.0.7"
|
---|
| 30 | },
|
---|
| 31 | "gitHead": "25d52b1296e151ac56244a7c3886661e6b4a69ea"
|
---|
| 32 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.