UNPKG

wasm-metering

Version:

injects metering into webassembly binaries

69 lines (68 loc) 2.06 kB
{ "_from": "hyperscript-attribute-to-property@^1.0.0", "_id": "hyperscript-attribute-to-property@1.0.0", "_inBundle": false, "_integrity": "sha1-glMI1Ju44pV5I/cxmBvMgRytev8=", "_location": "/hyperscript-attribute-to-property", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "hyperscript-attribute-to-property@^1.0.0", "name": "hyperscript-attribute-to-property", "escapedName": "hyperscript-attribute-to-property", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/hyperx" ], "_resolved": "https://registry.npmjs.org/hyperscript-attribute-to-property/-/hyperscript-attribute-to-property-1.0.0.tgz", "_shasum": "825308d49bb8e2957923f731981bcc811cad7aff", "_spec": "hyperscript-attribute-to-property@^1.0.0", "_where": "/home/null/code/wasm-metering/demo/node_modules/hyperx", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bugs": { "url": "https://github.com/feross/hyperscript-attribute-to-property/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Convert hyperscript attributes to properties", "devDependencies": { "standard": "^6.0.4", "tape": "^4.0.0", "virtual-dom": "^2.1.1", "zuul": "^3.0.0" }, "homepage": "https://github.com/feross/hyperscript-attribute-to-property", "keywords": [ "es6", "template", "template string", "hyperscript", "react", "vdom", "virtual-dom", "jsx" ], "license": "MIT", "main": "index.js", "name": "hyperscript-attribute-to-property", "repository": { "type": "git", "url": "git://github.com/feross/hyperscript-attribute-to-property.git" }, "scripts": { "test": "standard && npm run test-node && npm run test-browser", "test-browser": "zuul -- test/*.js", "test-browser-local": "zuul --local -- test/*.js", "test-node": "tape test/*.js" }, "version": "1.0.0" }