UNPKG

@libp2p/multistream-select

Version:
71 lines (70 loc) 1.84 kB
{ "name": "@libp2p/multistream-select", "version": "7.0.12", "description": "JavaScript implementation of multistream-select", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/multistream-select#readme", "repository": { "type": "git", "url": "git+https://github.com/libp2p/js-libp2p.git" }, "bugs": { "url": "https://github.com/libp2p/js-libp2p/issues" }, "publishConfig": { "access": "public", "provenance": true }, "keywords": [ "ipfs", "libp2p", "multistream", "protocol", "stream" ], "type": "module", "types": "./dist/src/index.d.ts", "files": [ "src", "dist", "!dist/test", "!**/*.tsbuildinfo" ], "exports": { ".": { "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js" } }, "scripts": { "clean": "aegir clean", "lint": "aegir lint", "dep-check": "aegir dep-check", "doc-check": "aegir doc-check", "build": "aegir build", "test": "aegir test", "test:chrome": "aegir test -t browser --cov", "test:chrome-webworker": "aegir test -t webworker", "test:firefox": "aegir test -t browser -- --browser firefox", "test:firefox-webworker": "aegir test -t webworker -- --browser firefox", "test:node": "aegir test -t node --cov", "test:electron-main": "aegir test -t electron-main" }, "dependencies": { "@libp2p/interface": "^3.1.0", "@libp2p/utils": "^7.0.12", "it-length-prefixed": "^10.0.1", "uint8arraylist": "^2.4.8", "uint8arrays": "^5.1.0" }, "devDependencies": { "aegir": "^47.0.22", "iso-random-stream": "^2.0.2", "it-all": "^3.0.9", "it-drain": "^3.0.10", "it-pipe": "^3.0.1", "p-event": "^7.0.0", "p-timeout": "^7.0.0" }, "sideEffects": false }