{ "name": "primea-hypervisor", "version": "0.4.5", "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 && npm run build:docs:scheduler && npm run build:docs:capsStore && npm run build:docs:inbox", "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", "build:docs:capsStore": "documentation build ./capsStore.js --github --shallow --sort-order source -f md > ./docs/capsStore.md", "test": "node ./tests/index.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": "^1.3.2", "binary-search-insert": "^1.0.3", "buffer-pipe": "0.0.2", "events": "^1.1.1", "leb128": "0.0.4", "levelup": "^2.0.1", "reference-map": "^1.1.0", "safe-buffer": "^5.1.1", "wasm-json-toolkit": "^0.2.0", "wasm-metering": "^0.1.1" }, "devDependencies": { "coveralls": "^3.0.0", "dfinity-radix-tree": "0.0.9", "documentation": "^5.3.5", "level-browserify": "^1.1.1", "nyc": "^11.4.1", "primea-abstract-container": "0.0.6", "standard": "10.0.3", "tape": "^4.6.3" } }