@huggycn/bittorrent-peerid
Version:
Map a BitTorrent peer ID to a human-readable client name and version
63 lines (62 loc) • 1.35 kB
JSON
{
"name": "@huggycn/bittorrent-peerid",
"description": "Map a BitTorrent peer ID to a human-readable client name and version",
"version": "1.3.4",
"author": {
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
"bugs": {
"url": "https://github.com/webtorrent/bittorrent-peerid/issues"
},
"dependencies": {},
"devDependencies": {
"@webtorrent/semantic-release-config": "1.0.7",
"semantic-release": "19.0.2",
"standard": "*",
"tape": "5.5.2"
},
"keywords": [
".torrent",
"bittorrent",
"peer",
"peer-to-peer",
"torrent",
"webtorrent"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/webtorrent/bittorrent-peerid.git"
},
"scripts": {
"test": "standard && tape test/*.js"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"renovate": {
"extends": [
"github>webtorrent/renovate-config"
],
"lockFileMaintenance": {
"enabled": false
}
},
"release": {
"extends": "@webtorrent/semantic-release-config"
}
}