{ "name": "libp2p-tcp", "version": "0.14.0", "description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces", "leadMaintainer": "Jacob Heun ", "main": "src/index.js", "scripts": { "lint": "aegir lint", "test": "aegir test -t node", "test:node": "aegir test -t node", "release": "aegir release -t node --no-build", "release-minor": "aegir release -t node --type minor --no-build", "release-major": "aegir-release -t node --type major --no-build", "coverage": "nyc --reporter=text --reporter=lcov npm run test:node" }, "pre-push": [ "lint" ], "repository": { "type": "git", "url": "https://github.com/libp2p/js-libp2p-tcp.git" }, "keywords": [ "IPFS" ], "license": "MIT", "bugs": { "url": "https://github.com/libp2p/js-libp2p-tcp/issues" }, "homepage": "https://github.com/libp2p/js-libp2p-tcp", "engines": { "node": ">=6.0.0", "npm": ">=3.0.0" }, "devDependencies": { "aegir": "^20.0.0", "chai": "^4.2.0", "dirty-chai": "^2.0.1", "interface-transport": "^0.7.0", "sinon": "^7.3.1" }, "dependencies": { "abortable-iterator": "^2.1.0", "class-is": "^1.1.0", "debug": "^4.1.1", "err-code": "^2.0.0", "ip-address": "^6.1.0", "mafmt": "^7.0.0", "multiaddr": "^7.1.0", "stream-to-it": "^0.1.1" }, "contributors": [ "Alan Shaw ", "Alan Shaw ", "David Dias ", "Diogo Silva ", "Dmitriy Ryajov ", "Drew Stone ", "Evan Schwartz ", "Friedel Ziegelmayer ", "Greenkeeper ", "Jacob Heun ", "Jacob Heun ", "João Antunes ", "Linus Unnebäck ", "Pedro Teixeira ", "Prashanth Chandra ", "Richard Littauer ", "Stephen Whitmore ", "TomCoded ", "Vasco Santos " ] }