UNPKG

pear-api

Version:

Pear API Base & Integration Module

119 lines (118 loc) 2.47 kB
{ "name": "pear-api", "version": "1.22.3", "description": "Pear API Base & Integration Module", "main": "index.js", "scripts": { "lint": "standard", "lint:fix": "standard --fix", "test:gen": "brittle -r test/all.js test/*.test.js", "test": "brittle-bare test/all.js", "test:node": "brittle-node test/all.js" }, "files": [ "CHANGELOG.md", "cmd/", "constants.js", "crasher.js", "errors.js", "gunk.js", "index.js", "logger.js", "opwait.js", "link.js", "shell.js", "state.js", "teardown.js", "terminal.js", "transform.js", "tryboot.js" ], "keywords": [ "pear", "pear runtime", "peer-to-peer", "p2p", "api", "integration", "extension" ], "author": "Holepunch", "license": "Apache-2.0", "standard": { "globals": [ "Pear", "Bare" ] }, "imports": { "child_process": { "bare": "bare-subprocess" }, "process": { "bare": "bare-process" }, "fs": { "bare": "bare-fs" }, "path": { "bare": "bare-path" }, "os": { "bare": "bare-os" }, "readline": { "bare": "bare-readline" }, "events": { "bare": "bare-events" }, "tty": { "bare": "bare-tty" }, "module": { "bare": "bare-module" } }, "dependencies": { "b4a": "^1.6.7", "bare-daemon": "^1.2.0", "bare-env": "^3.0.0", "bare-format": "^1.0.1", "bare-hrtime": "^2.0.10", "bare-os": "^3.4.0", "bare-path": "^3.0.0", "bare-pipe": "^4.0.3", "bare-readline": "^1.0.7", "bare-signals": "^4.0.2", "bare-subprocess": "^5.0.2", "bare-tty": "^5.0.1", "child_process": "npm:bare-node-child-process", "fs": "npm:bare-node-fs", "hypercore-id-encoding": "^1.3.0", "paparam": "^1.8.5", "path": "npm:bare-node-path", "pear-link": "^3.1.0", "safety-catch": "^1.0.2", "sodium-native": "^4.3.1", "streamx": "^2.22.0", "tiny-byte-size": "^1.1.0", "url-file-url": "^1.0.4", "which-runtime": "^1.2.1", "z32": "^1.1.0" }, "peerDependencies": { "hypercore-crypto": "^3.5.0", "script-linker": "^2.5.4" }, "devDependencies": { "bare-module": "^4.8.5", "bare-process": "^4.2.1", "brittle": "^3.16.2", "hypercore-crypto": "^3.5.0", "iambus": "^1.0.3", "pear-ipc": "^6.1.0", "script-linker": "^2.5.4", "standard": "^17.1.2" } }