Files: e47dbb585f72b65914431ec10f554e43226dc121 / package.json
2142 bytesRaw
1 | { |
2 | "name": "primea-hypervisor", |
3 | "version": "0.4.3", |
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 | "lockmap": "^0.1.0", |
38 | "primea-capability": "0.0.1", |
39 | "primea-message": "0.6.1", |
40 | "safe-buffer": "^5.1.1", |
41 | "sortedmap": "0.0.1", |
42 | "typedarray-addition": "0.0.1" |
43 | }, |
44 | "devDependencies": { |
45 | "coveralls": "^3.0.0", |
46 | "dfinity-radix-tree": "0.0.8", |
47 | "documentation": "^5.3.3", |
48 | "level-browserify": "^1.1.1", |
49 | "nyc": "^11.3.0", |
50 | "primea-abstract-container": "0.0.6", |
51 | "standard": "10.0.3", |
52 | "tape": "^4.6.3" |
53 | } |
54 | } |
55 |
Built with git-ssb-web