{ "name": "libp2p-tcp", "version": "0.12.1", "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 -f test/**/*.js", "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": "aegir coverage", "coverage-publish": "aegir coverage --provider coveralls" }, "pre-push": [ "lint", "test" ], "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": "^15.1.0", "chai": "^4.1.2", "dirty-chai": "^2.0.1", "interface-transport": "~0.3.6", "lodash.isfunction": "^3.0.9", "pull-stream": "^3.6.7" }, "dependencies": { "class-is": "^1.1.0", "debug": "^3.1.0", "interface-connection": "~0.3.2", "ip-address": "^5.8.9", "lodash.includes": "^4.3.0", "lodash.isfunction": "^3.0.9", "mafmt": "^6.0.0", "multiaddr": "^4.0.0", "once": "^1.4.0", "stream-to-pull-stream": "^1.7.2" }, "contributors": [ "Alan Shaw ", "David Dias ", "Diogo Silva ", "Dmitriy Ryajov ", "Drew Stone ", "Evan Schwartz ", "Friedel Ziegelmayer ", "Greenkeeper ", "Jacob Heun ", "Jacob Heun ", "João Antunes ", "Pedro Teixeira ", "Prashanth Chandra ", "Richard Littauer ", "Stephen Whitmore ", "TomCoded " ] }