git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 4ba8adb282c74465fc1a5af42de5dfd4c1959f99

Files: 4ba8adb282c74465fc1a5af42de5dfd4c1959f99 / package.json

2117 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 "build:docs:scheduler": "documentation build ./scheduler.js --github --shallow --sort-order source -f md > ./docs/scheduler.md",
14 "build:docs:inbox": "documentation build ./inbox.js --github --shallow --sort-order source -f md > ./docs/inbox.md",
15 "test": "node ./tests/index.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/primea/js-primea-hypervisor.git"
20 },
21 "bugs": {
22 "url": "https://github.com/primea/js-primea-hypervisor/issues"
23 },
24 "homepage": "https://github.com/primea/js-primea-hypervisor",
25 "keywords": [
26 "primea",
27 "hypervisor",
28 "kernel"
29 ],
30 "author": "mjbecze <mjbecze@gmail.com>",
31 "contributors": "Alex Beregszaszi <alex@rtfs.hu>",
32 "license": "MPL-2.0",
33 "dependencies": {
34 "binary-search-insert": "^1.0.3",
35 "buffer-pipe": "0.0.1",
36 "leb128": "0.0.4",
37 "primea-capability": "0.0.1",
38 "primea-message": "0.6.1",
39 "safe-buffer": "^5.1.1",
40 "sortedmap": "0.0.1",
41 "typedarray-addition": "0.0.1"
42 },
43 "devDependencies": {
44 "coveralls": "^3.0.0",
45 "dfinity-radix-tree": "0.0.9",
46 "documentation": "^5.3.5",
47 "level-browserify": "^1.1.1",
48 "nyc": "^11.3.0",
49 "primea-abstract-container": "0.0.6",
50 "standard": "10.0.3",
51 "tape": "^4.6.3"
52 }
53}
54

Built with git-ssb-web