Skip to content

Commit b3e2c4b

Browse files
committed
Prepare to publish to npm under binary-parser-encoder package name
1 parent 39e3c5b commit b3e2c4b

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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

513
Binary-parser is a binary parser/encoder builder for [node](http://nodejs.org) that
614
enables you to write efficient parsers/encoders in a simple and declarative manner.

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -18,6 +18,8 @@
1818
"binary",
1919
"parser",
2020
"decode",
21+
"encoder",
22+
"encode",
2123
"unpack",
2224
"struct",
2325
"buffer",
@@ -28,12 +30,18 @@
2830
"email": "[email protected]",
2931
"url": "https://keichi.net/"
3032
},
33+
"contributors": [
34+
{
35+
"name": "Eric Blanchard",
36+
"email": "[email protected]"
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
},

0 commit comments

Comments
 (0)