git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 47cdaf541c5fb70cd51572ef2e40fda377cfe086

Files: 47cdaf541c5fb70cd51572ef2e40fda377cfe086 / package.json

2065 bytesRaw
1{
2 "name": "primea-hypervisor",
3 "version": "0.4.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:actor && npm run build:docs:scheduler && npm run build:docs:capsManager && 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:capsManager": "documentation build ./capsManager.js --github --shallow --sort-order source -f md > ./docs/capsManager.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 "lockmap": "^0.1.0",
36 "primea-message": "0.0.4",
37 "safe-buffer": "^5.1.1",
38 "sortedmap": "0.0.1",
39 "typedarray-addition": "0.0.1"
40 },
41 "devDependencies": {
42 "coveralls": "^3.0.0",
43 "dfinity-radix-tree": "0.0.4",
44 "documentation": "^5.3.3",
45 "level-browserify": "^1.1.1",
46 "nyc": "^11.3.0",
47 "primea-abstract-container": "0.0.6",
48 "standard": "10.0.3",
49 "tape": "^4.6.3"
50 }
51}
52

Built with git-ssb-web