{ "name": "primea-hypervisor", "version": "0.7.2", "description": "this is a JS implemention of the primea hypervisor", "scripts": { "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test", "lint": "standard", "build:docs": "npm run build:docs:hypervisor && npm run build:docs:actor", "build:docs:hypervisor": "documentation build ./index.js --github --shallow --sort-order source -f md > ./docs/hypervisor.md", "build:docs:actor": "documentation build ./actor.js --github --shallow --sort-order source -f md > ./docs/actor.md", "test": "node ./tests/index.js", "test:wasm": "node ./tests/wasmContainer.js" }, "repository": { "type": "git", "url": "git+https://github.com/primea/js-primea-hypervisor.git" }, "bugs": { "url": "https://github.com/primea/js-primea-hypervisor/issues" }, "homepage": "https://github.com/primea/js-primea-hypervisor", "keywords": [ "primea", "hypervisor", "kernel" ], "author": "mjbecze ", "contributors": "Alex Beregszaszi ", "license": "MPL-2.0", "dependencies": { "binary-search-insert": "^1.0.3", "events": "^2.0.0", "primea-objects": "0.0.4", "safe-buffer": "^5.1.2" }, "devDependencies": { "coveralls": "^3.0.0", "dfinity-radix-tree": "^0.2.2", "documentation": "^6.3.2", "level-browserify": "^1.1.2", "nyc": "^11.7.1", "standard": "11.0.1", "tape": "^4.9.0" } }