UNPKG

wasm-metering

Version:

injects metering into webassembly binaries

62 lines (61 loc) 1.64 kB
{ "_from": "nanobench@^2.1.0", "_id": "nanobench@2.1.1", "_inBundle": false, "_integrity": "sha512-z+Vv7zElcjN+OpzAxAquUayFLGK3JI/ubCl0Oh64YQqsTGG09CGqieJVQw4ui8huDnnAgrvTv93qi5UaOoNj8A==", "_location": "/nanobench", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "nanobench@^2.1.0", "name": "nanobench", "escapedName": "nanobench", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "/nanohtml", "/transform-ast" ], "_resolved": "https://registry.npmjs.org/nanobench/-/nanobench-2.1.1.tgz", "_shasum": "c2f23fcce116d50b4998b1954ba114674c137269", "_spec": "nanobench@^2.1.0", "_where": "/home/null/code/wasm-metering/demo/node_modules/nanohtml", "author": { "name": "Mathias Buus", "url": "@mafintosh" }, "bin": { "nanobench": "./run.js", "nanobench-compare": "./compare.js" }, "bugs": { "url": "https://github.com/mafintosh/nanobench/issues" }, "bundleDependencies": false, "dependencies": { "browser-process-hrtime": "^0.1.2", "chalk": "^1.1.3", "mutexify": "^1.1.0", "pretty-hrtime": "^1.0.2" }, "deprecated": false, "description": "Simple benchmarking tool with TAP-like output that is easy to parse", "devDependencies": { "standard": "^8.5.0" }, "homepage": "https://github.com/mafintosh/nanobench", "license": "MIT", "main": "index.js", "name": "nanobench", "repository": { "type": "git", "url": "git+https://github.com/mafintosh/nanobench.git" }, "scripts": { "test": "standard" }, "version": "2.1.1" }