You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
2.1 KiB
74 lines
2.1 KiB
{
|
|
"_from": "@webassemblyjs/wast-parser@1.9.0",
|
|
"_id": "@webassemblyjs/wast-parser@1.9.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==",
|
|
"_location": "/@webassemblyjs/wast-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@webassemblyjs/wast-parser@1.9.0",
|
|
"name": "@webassemblyjs/wast-parser",
|
|
"escapedName": "@webassemblyjs%2fwast-parser",
|
|
"scope": "@webassemblyjs",
|
|
"rawSpec": "1.9.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.9.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@webassemblyjs/ast",
|
|
"/@webassemblyjs/wast-printer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz",
|
|
"_shasum": "3031115d79ac5bd261556cecc3fa90a3ef451914",
|
|
"_spec": "@webassemblyjs/wast-parser@1.9.0",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/@webassemblyjs/ast",
|
|
"author": {
|
|
"name": "Sven Sauleau"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.9.0",
|
|
"@webassemblyjs/floating-point-hex-parser": "1.9.0",
|
|
"@webassemblyjs/helper-api-error": "1.9.0",
|
|
"@webassemblyjs/helper-code-frame": "1.9.0",
|
|
"@webassemblyjs/helper-fsm": "1.9.0",
|
|
"@xtuc/long": "4.2.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "WebAssembly text format parser",
|
|
"devDependencies": {
|
|
"@webassemblyjs/helper-test-framework": "1.9.0",
|
|
"mamacro": "^0.0.7"
|
|
},
|
|
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8",
|
|
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
|
"keywords": [
|
|
"webassembly",
|
|
"javascript",
|
|
"ast",
|
|
"parser",
|
|
"wat",
|
|
"wast"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"name": "@webassemblyjs/wast-parser",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "1.9.0"
|
|
}
|