git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 23e12cd33ecd2ef038fb71cc7b53d43a2dd19637

Files: 23e12cd33ecd2ef038fb71cc7b53d43a2dd19637 / package.json

1873 bytesRaw
1{
2 "name": "primea-hypervisor",
3 "version": "0.4.5",
4 "description": "this is a JS implemention of the primea hypervisor",
5 "scripts": {
6 "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
7 "coverage": "nyc npm test",
8 "lint": "standard",
9 "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",
10 "build:docs:hypervisor": "documentation build ./index.js --github --shallow --sort-order source -f md > ./docs/hypervisor.md",
11 "build:docs:actor": "documentation build ./actor.js --github --shallow --sort-order source -f md > ./docs/actor.md",
12 "build:docs:capsStore": "documentation build ./capsStore.js --github --shallow --sort-order source -f md > ./docs/capsStore.md",
13 "test": "node ./tests/index.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/primea/js-primea-hypervisor.git"
18 },
19 "bugs": {
20 "url": "https://github.com/primea/js-primea-hypervisor/issues"
21 },
22 "homepage": "https://github.com/primea/js-primea-hypervisor",
23 "keywords": [
24 "primea",
25 "hypervisor",
26 "kernel"
27 ],
28 "author": "mjbecze <mjbecze@gmail.com>",
29 "contributors": "Alex Beregszaszi <alex@rtfs.hu>",
30 "license": "MPL-2.0",
31 "dependencies": {
32 "binary-search-insert": "^1.0.3",
33 "borc": "^2.0.2",
34 "events": "^2.0.0",
35 "levelup": "^2.0.2",
36 "reference-map": "^1.2.1",
37 "safe-buffer": "^5.1.1",
38 "wasm-json-toolkit": "^0.2.2",
39 "wasm-metering": "^0.1.1"
40 },
41 "devDependencies": {
42 "coveralls": "^3.0.0",
43 "dfinity-radix-tree": "0.0.9",
44 "documentation": "^5.3.5",
45 "level-browserify": "^1.1.1",
46 "nyc": "^11.4.1",
47 "primea-abstract-container": "0.0.6",
48 "standard": "11.0.0",
49 "tape": "^4.9.0",
50 "wabt": "^1.0.0"
51 }
52}
53

Built with git-ssb-web