UNPKG

wasm-metering

Version:

injects metering into webassembly binaries

71 lines (70 loc) 1.69 kB
{ "_from": "deps-sort@^2.0.0", "_id": "deps-sort@2.0.0", "_inBundle": false, "_integrity": "sha1-CRckkC6EZYJg65EHSMzNGvbiH7U=", "_location": "/deps-sort", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "deps-sort@^2.0.0", "name": "deps-sort", "escapedName": "deps-sort", "rawSpec": "^2.0.0", "saveSpec": null, "fetchSpec": "^2.0.0" }, "_requiredBy": [ "/browserify" ], "_resolved": "https://registry.npmjs.org/deps-sort/-/deps-sort-2.0.0.tgz", "_shasum": "091724902e84658260eb910748cccd1af6e21fb5", "_spec": "deps-sort@^2.0.0", "_where": "/home/null/code/wasm-metering/demo/node_modules/browserify", "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "bin": { "deps-sort": "bin/cmd.js" }, "bugs": { "url": "https://github.com/substack/deps-sort/issues" }, "bundleDependencies": false, "dependencies": { "JSONStream": "^1.0.3", "shasum": "^1.0.0", "subarg": "^1.0.0", "through2": "^2.0.0" }, "deprecated": false, "description": "sort module-deps output for deterministic browserify bundles", "devDependencies": { "tap": "^2.2.0" }, "homepage": "https://github.com/substack/deps-sort", "keywords": [ "dependency", "graph", "browser", "browserify", "module-deps", "browser-pack", "sorted", "determinism" ], "license": "MIT", "main": "index.js", "name": "deps-sort", "repository": { "type": "git", "url": "git://github.com/substack/deps-sort.git" }, "scripts": { "test": "tap test/*.js" }, "version": "2.0.0" }