UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

41 lines (40 loc) 953 B
{ "name": "@webassemblyjs/wast-parser", "version": "1.7.8", "description": "WebAssembly text format parser", "keywords": [ "webassembly", "javascript", "ast", "parser", "wat", "wast" ], "main": "lib/index.js", "module": "esm/index.js", "scripts": { "test": "mocha" }, "author": "Sven Sauleau", "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.7.8", "@webassemblyjs/floating-point-hex-parser": "1.7.8", "@webassemblyjs/helper-api-error": "1.7.8", "@webassemblyjs/helper-code-frame": "1.7.8", "@webassemblyjs/helper-fsm": "1.7.8", "@xtuc/long": "4.2.1" }, "devDependencies": { "@webassemblyjs/helper-test-framework": "1.7.8", "mamacro": "^0.0.3" }, "repository": { "type": "git", "url": "https://github.com/xtuc/webassemblyjs.git" }, "publishConfig": { "access": "public" }, "gitHead": "43b83b600939b19c48c3c27a1733592c493c4386" }