package metadata

This commit is contained in:
Feross Aboukhadijeh 2020-07-16 21:49:31 -07:00
parent eeeebdda22
commit 18c33fa5f7
2 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,4 @@
/*! ut_metadata. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
const { EventEmitter } = require('events') const { EventEmitter } = require('events')
const bencode = require('bencode') const bencode = require('bencode')
const BitField = require('bitfield') const BitField = require('bitfield')

View File

@ -3,7 +3,7 @@
"description": "Extension for Peers to Send Metadata Files (BEP 9)", "description": "Extension for Peers to Send Metadata Files (BEP 9)",
"version": "3.5.1", "version": "3.5.1",
"author": { "author": {
"name": "WebTorrent, LLC", "name": "WebTorrent LLC",
"email": "feross@webtorrent.io", "email": "feross@webtorrent.io",
"url": "https://webtorrent.io" "url": "https://webtorrent.io"
}, },
@ -42,5 +42,19 @@
}, },
"scripts": { "scripts": {
"test": "standard && tape test/*.js" "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"
} }
]
} }