Files: c779344f6653a07ed5e2695bca74c9cbd0c66a19 / package.json
1824 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": "^1.3.2", |
33 | "binary-search-insert": "^1.0.3", |
34 | "buffer-pipe": "0.0.2", |
35 | "events": "^1.1.1", |
36 | "leb128": "0.0.4", |
37 | "safe-buffer": "^5.1.1", |
38 | "wasm-json-toolkit": "^0.2.0" |
39 | }, |
40 | "devDependencies": { |
41 | "coveralls": "^3.0.0", |
42 | "dfinity-radix-tree": "0.0.9", |
43 | "documentation": "^5.3.5", |
44 | "level-browserify": "^1.1.1", |
45 | "nyc": "^11.4.1", |
46 | "primea-abstract-container": "0.0.6", |
47 | "standard": "10.0.3", |
48 | "tape": "^4.6.3" |
49 | } |
50 | } |
51 |
Built with git-ssb-web