git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 6f92591fea03c67a9e18c1daab07a4ed7d693b21

Files: 6f92591fea03c67a9e18c1daab07a4ed7d693b21 / package.json

1886 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 "reference-map": "^1.1.0",
38 "safe-buffer": "^5.1.1",
39 "wasm-json-toolkit": "^0.2.0",
40 "wasm-metering": "^0.1.1"
41 },
42 "devDependencies": {
43 "coveralls": "^3.0.0",
44 "dfinity-radix-tree": "0.0.9",
45 "documentation": "^5.3.5",
46 "level-browserify": "^1.1.1",
47 "nyc": "^11.4.1",
48 "primea-abstract-container": "0.0.6",
49 "standard": "10.0.3",
50 "tape": "^4.6.3"
51 }
52}
53

Built with git-ssb-web