File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1- # Binary-parser
1+ # Binary-parser-encoder
22
3- [ ![ Circle CI] ( https://circleci.com/gh/keichi/binary-parser.svg?style=svg )] ( https://circleci.com/gh/keichi/binary-parser )
3+ <u >Note</u >: This is a fork of [ binary-parser] ( https://github.com/keichi/binary-parser )
4+ library. It is currently being proposed a Pull-Request in that project. But is
5+ currently published in NPM under the name ** binary-parser-encoder** untlil the
6+ * encoding* feature is merged in baseline of original project.
7+
8+ * binary-parser-encoder* can be installed with [ npm] ( https://npmjs.org/ ) :
9+
10+
11+ [ ![ Circle CI] ( https://circleci.com/gh/Ericbla/binary-parser.svg?style=svg )] ( https://circleci.com/gh/Ericbla/binary-parser )
412
513Binary-parser is a binary parser/encoder builder for [ node] ( http://nodejs.org ) that
614enables you to write efficient parsers/encoders in a simple and declarative manner.
Original file line number Diff line number Diff line change 11{
2- "name" : " binary-parser" ,
2+ "name" : " binary-parser-encoder " ,
33 "version" : " 1.3.2" ,
44 "description" : " Blazing-fast binary parser builder" ,
55 "main" : " lib/binary_parser.js" ,
1818 " binary" ,
1919 " parser" ,
2020 " decode" ,
21+ " encoder" ,
22+ " encode" ,
2123 " unpack" ,
2224 " struct" ,
2325 " buffer" ,
28302931 "url" : " https://keichi.net/"
3032 },
33+ "contributors" : [
34+ {
35+ "name" : " Eric Blanchard" ,
36+ 37+ }
38+ ],
3139 "license" : " MIT" ,
3240 "repository" : {
3341 "type" : " git" ,
34- "url" : " http://github.com/keichi /binary-parser.git"
42+ "url" : " http://github.com/Ericbla /binary-parser.git"
3543 },
36- "bugs" : " http://github.com/keichi /binary-parser/issues" ,
44+ "bugs" : " http://github.com/Ericbla /binary-parser/issues" ,
3745 "dependencies" : {
3846 "smart-buffer" : " ^4.0.1"
3947 },
You can’t perform that action at this time.
0 commit comments