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.
79 lines
2.3 KiB
79 lines
2.3 KiB
4 years ago
|
{
|
||
|
"_from": "@webassemblyjs/wasm-parser@1.9.0",
|
||
|
"_id": "@webassemblyjs/wasm-parser@1.9.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==",
|
||
|
"_location": "/@webassemblyjs/wasm-parser",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "@webassemblyjs/wasm-parser@1.9.0",
|
||
|
"name": "@webassemblyjs/wasm-parser",
|
||
|
"escapedName": "@webassemblyjs%2fwasm-parser",
|
||
|
"scope": "@webassemblyjs",
|
||
|
"rawSpec": "1.9.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.9.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@webassemblyjs/wasm-edit",
|
||
|
"/@webassemblyjs/wasm-opt",
|
||
|
"/webpack"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz",
|
||
|
"_shasum": "9d48e44826df4a6598294aa6c87469d642fff65e",
|
||
|
"_spec": "@webassemblyjs/wasm-parser@1.9.0",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/webpack",
|
||
|
"author": {
|
||
|
"name": "Sven Sauleau"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/xtuc/webassemblyjs/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@webassemblyjs/ast": "1.9.0",
|
||
|
"@webassemblyjs/helper-api-error": "1.9.0",
|
||
|
"@webassemblyjs/helper-wasm-bytecode": "1.9.0",
|
||
|
"@webassemblyjs/ieee754": "1.9.0",
|
||
|
"@webassemblyjs/leb128": "1.9.0",
|
||
|
"@webassemblyjs/utf8": "1.9.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "WebAssembly binary format parser",
|
||
|
"devDependencies": {
|
||
|
"@webassemblyjs/helper-buffer": "1.9.0",
|
||
|
"@webassemblyjs/helper-test-framework": "1.9.0",
|
||
|
"@webassemblyjs/helper-wasm-bytecode": "1.7.7",
|
||
|
"@webassemblyjs/wasm-gen": "1.9.0",
|
||
|
"@webassemblyjs/wast-parser": "1.9.0",
|
||
|
"mamacro": "^0.0.7",
|
||
|
"wabt": "1.0.12"
|
||
|
},
|
||
|
"gitHead": "0440b420888c1f7701eb9762ec657775506b87d8",
|
||
|
"homepage": "https://github.com/xtuc/webassemblyjs#readme",
|
||
|
"keywords": [
|
||
|
"webassembly",
|
||
|
"javascript",
|
||
|
"ast",
|
||
|
"parser",
|
||
|
"wasm"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"module": "esm/index.js",
|
||
|
"name": "@webassemblyjs/wasm-parser",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/xtuc/webassemblyjs.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"version": "1.9.0"
|
||
|
}
|