UNPKG

wasm-metering

Version:

injects metering into webassembly binaries

69 lines (68 loc) 1.69 kB
{ "_from": "detective@^5.0.2", "_id": "detective@5.1.0", "_inBundle": false, "_integrity": "sha512-TFHMqfOvxlgrfVzTEkNBSh9SvSNX/HfF4OFI2QFGCyPm02EsyILqnUeb5P6q7JZ3SFNTBL5t2sePRgrN4epUWQ==", "_location": "/detective", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "detective@^5.0.2", "name": "detective", "escapedName": "detective", "rawSpec": "^5.0.2", "saveSpec": null, "fetchSpec": "^5.0.2" }, "_requiredBy": [ "/module-deps" ], "_resolved": "https://registry.npmjs.org/detective/-/detective-5.1.0.tgz", "_shasum": "7a20d89236d7b331ccea65832e7123b5551bb7cb", "_spec": "detective@^5.0.2", "_where": "/home/null/code/wasm-metering/demo/node_modules/module-deps", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "bin": { "detective": "bin/detective.js" }, "bugs": { "url": "https://github.com/browserify/detective/issues" }, "bundleDependencies": false, "dependencies": { "acorn-node": "^1.3.0", "defined": "^1.0.0", "minimist": "^1.1.1" }, "deprecated": false, "description": "find all require() calls by walking the AST", "devDependencies": { "tap": "^10.7.3" }, "engines": { "node": ">=0.8.0" }, "homepage": "https://github.com/browserify/detective#readme", "keywords": [ "analyze", "ast", "require", "source" ], "license": "MIT", "main": "index.js", "name": "detective", "repository": { "type": "git", "url": "git://github.com/browserify/detective.git" }, "scripts": { "test": "tap test/*.js" }, "version": "5.1.0" }