File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 22[ ![ npm] ( https://img.shields.io/npm/v/bencode.svg?style=flat-square )] ( https://npmjs.com/bencode )
33[ ![ npm downloads] ( https://img.shields.io/npm/dm/bencode.svg?style=flat-square )] ( https://npmjs.com/bencode )
44[ ![ build status] ( https://img.shields.io/travis/themasch/node-bencode/master.svg?style=flat-square )] ( https://travis-ci.org/themasch/node-bencode )
5+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fthemasch%2Fnode-bencode.svg?type=shield )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fthemasch%2Fnode-bencode?ref=badge_shield )
56
67A node library for encoding and decoding bencoded data,
78according to the [ BitTorrent specification] ( http://www.bittorrent.org/beps/bep_0003.html ) .
@@ -135,3 +136,7 @@ Returns `Object` | `Array` | `Buffer` | `String` | `Number`
135136### bencode.byteLength( * value* ) or bencode.encodingLength( * value* )
136137
137138> ` Buffer ` | ` Array ` | ` String ` | ` Object ` | ` Number ` | ` Boolean ` __ value__
139+
140+
141+ ## License
142+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fthemasch%2Fnode-bencode.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fthemasch%2Fnode-bencode?ref=badge_large )
You can’t perform that action at this time.
0 commit comments