wasm-metering
Version:
injects metering into webassembly binaries
62 lines (61 loc) • 1.52 kB
JSON
{
"_from": "wabt@1.0.0",
"_id": "wabt@1.0.0",
"_inBundle": false,
"_integrity": "sha512-Apt7rylKNS2VWMMYgY43aYStopVpc9wCJ16y0CznaWcJC2vs7BLVGAV6pffBqn28BfWYeYVA92zRwBstaq1zaA==",
"_location": "/wabt",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "wabt@1.0.0",
"name": "wabt",
"escapedName": "wabt",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/wabt/-/wabt-1.0.0.tgz",
"_shasum": "f33a5c4a6405370ec80ba97e782d092f1d599ff4",
"_spec": "wabt@1.0.0",
"_where": "/home/null/code/wasm-metering/demo",
"bugs": {
"url": "https://github.com/AssemblyScript/wabt.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript version of WABT, The WebAssembly Binary Toolkit.",
"devDependencies": {
"dateformat": "^2.0.0",
"semver": "^5.4.1",
"simple-git": "^1.76.0",
"tape": "^4.8.0"
},
"files": [
"index.js",
"index.d.ts",
"package.json",
"package-lock.json",
"README.md"
],
"homepage": "https://github.com/AssemblyScript/wabt.js#readme",
"keywords": [
"webassembly",
"wasm"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "wabt",
"repository": {
"type": "git",
"url": "git+https://github.com/AssemblyScript/wabt.js.git"
},
"scripts": {
"test": "node tests"
},
"typings": "index.d.ts",
"version": "1.0.0"
}