wasm-metering
Version:
injects metering into webassembly binaries
73 lines (72 loc) • 1.89 kB
JSON
{
"_from": "bel@^6.0.0",
"_id": "bel@6.0.0",
"_inBundle": false,
"_integrity": "sha512-KXYw+v9f7szrr0750pJ2vJbM40TLCKVd7kZv7tR/Cw8vShvR3+ouZZfZqU4nSkDuWBru7JhRPExq33bGsnCINg==",
"_location": "/bel",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bel@^6.0.0",
"name": "bel",
"escapedName": "bel",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/bel/-/bel-6.0.0.tgz",
"_shasum": "8b0c5cdb92c944ccd49d19a2cb8691144c86ab91",
"_spec": "bel@^6.0.0",
"_where": "/home/null/code/wasm-metering/demo",
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"url": "http://dontkry.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/shama/bel/issues"
},
"bundleDependencies": false,
"dependencies": {
"hyperx": "^2.3.0",
"is-electron": "^2.0.0",
"pelo": "^0.1.0"
},
"deprecated": "Renamed to 'nanohtml'. 'npm install nanohtml'",
"description": "A simple extension to native elements",
"devDependencies": {
"browser-process-hrtime": "^0.1.2",
"browserify": "^14.4.0",
"electron": "^1.7.4",
"morphdom": "^2.3.3",
"standard": "^10.0.2",
"tape": "^4.7.0",
"tape-run": "^3.0.0",
"wzrd": "^1.4.0"
},
"homepage": "https://github.com/shama/bel",
"keywords": [
"virtual-dom",
"element",
"diffhtml"
],
"license": "MIT",
"main": "index.js",
"name": "bel",
"repository": {
"type": "git",
"url": "git://github.com/shama/bel.git"
},
"scripts": {
"bench": "wzrd bench/index.js:bundle.js",
"start": "wzrd test/index.js:bundle.js",
"test": "standard && node test/server.js && browserify test/index.js | tape-run"
},
"types": "./bel.d.ts",
"version": "6.0.0"
}