Files: 898287614a4ac8069766309dbe731ca264aee467 / package.json
1878 bytesRaw
1 | { |
2 | "name": "primea-hypervisor", |
3 | "version": "0.2.0", |
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:kernel && npm run build:docs:scheduler && npm run build:docs:portManager", |
10 | "build:docs:hypervisor": "documentation build ./index.js --github --shallow --sort-order source -f md > ./docs/hypervisor.md", |
11 | "build:docs:kernel": "documentation build ./kernel.js --github --shallow --sort-order source -f md > ./docs/kernel.md", |
12 | "build:docs:portManager": "documentation build ./portManager.js --github --shallow --sort-order source -f md > ./docs/portManager.md", |
13 | "build:docs:scheduler": "documentation build ./scheduler.js --github --shallow --sort-order source -f md > ./docs/scheduler.md", |
14 | "test": "node ./tests/index.js" |
15 | }, |
16 | "repository": { |
17 | "type": "git", |
18 | "url": "git+https://github.com/primea/js-primea-hypervisor.git" |
19 | }, |
20 | "bugs": { |
21 | "url": "https://github.com/primea/js-primea-hypervisor/issues" |
22 | }, |
23 | "homepage": "https://github.com/primea/js-primea-hypervisor", |
24 | "keywords": [ |
25 | "primea", |
26 | "hypervisor", |
27 | "kernel" |
28 | ], |
29 | "author": "mjbecze <mjbecze@gmail.com>", |
30 | "contributors": "Alex Beregszaszi <alex@rtfs.hu>", |
31 | "license": "MPL-2.0", |
32 | "dependencies": { |
33 | "binary-search-insert": "^1.0.3", |
34 | "dfinity-radix-tree": "0.0.3", |
35 | "lockmap": "0.0.0", |
36 | "primea-message": "0.0.2", |
37 | "sortedmap": "0.0.1", |
38 | "typedarray-addition": "0.0.1" |
39 | }, |
40 | "devDependencies": { |
41 | "coveralls": "^3.0.0", |
42 | "documentation": "^5.0.1", |
43 | "level": "^2.0.0", |
44 | "nyc": "^11.2.1", |
45 | "primea-abstract-container": "0.0.5", |
46 | "standard": "10.0.3", |
47 | "tape": "^4.6.3" |
48 | } |
49 | } |
50 |
Built with git-ssb-web