wasm-metering
Version:
injects metering into webassembly binaries
71 lines (70 loc) • 1.7 kB
JSON
{
"_from": "hyperx@^2.3.0",
"_id": "hyperx@2.4.0",
"_inBundle": false,
"_integrity": "sha512-43jbOQfVkm9U0oAyBZ4Vt2eB0hZWS5EyrOhR3ZbgUrcprutGu9s/C476OVFL3QU1iynKO5s9kZsWrZm19gJKjg==",
"_location": "/hyperx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "hyperx@^2.3.0",
"name": "hyperx",
"escapedName": "hyperx",
"rawSpec": "^2.3.0",
"saveSpec": null,
"fetchSpec": "^2.3.0"
},
"_requiredBy": [
"/bel"
],
"_resolved": "https://registry.npmjs.org/hyperx/-/hyperx-2.4.0.tgz",
"_shasum": "397d6815d25785fee3c9f4968cbaafc1d8b36d39",
"_spec": "hyperx@^2.3.0",
"_where": "/home/null/code/wasm-metering/demo/node_modules/bel",
"author": {
"name": "substack"
},
"bugs": {
"url": "https://github.com/substack/hyperx/issues"
},
"bundleDependencies": false,
"dependencies": {
"hyperscript-attribute-to-property": "^1.0.0"
},
"deprecated": false,
"description": "tagged template string virtual dom builder",
"devDependencies": {
"covert": "^1.1.0",
"hyperscript": "^1.4.7",
"tape": "^4.4.0",
"virtual-dom": "^2.1.1"
},
"directories": {
"example": "example",
"test": "test"
},
"homepage": "https://github.com/substack/hyperx#readme",
"keywords": [
"jsx",
"virtual-dom",
"vdom",
"react",
"hyperscript",
"template string",
"template",
"es6"
],
"license": "BSD",
"main": "index.js",
"name": "hyperx",
"repository": {
"type": "git",
"url": "git+https://github.com/substack/hyperx.git"
},
"scripts": {
"coverage": "covert test/*.js",
"test": "tape test/*.js"
},
"version": "2.4.0"
}