Skip to content

Commit

Permalink
Prepare to publish to npm under binary-parser-encoder package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericbla committed Mar 1, 2018
1 parent 39e3c5b commit b3e2c4b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Binary-parser
# Binary-parser-encoder

[![Circle CI](https://circleci.com/gh/keichi/binary-parser.svg?style=svg)](https://circleci.com/gh/keichi/binary-parser)
<u>Note</u>: This is a fork of [binary-parser](https://github.com/keichi/binary-parser)
library. It is currently being proposed a Pull-Request in that project. But is
currently published in NPM under the name **binary-parser-encoder** untlil the
*encoding* feature is merged in baseline of original project.

*binary-parser-encoder* can be installed with [npm](https://npmjs.org/):


[![Circle CI](https://circleci.com/gh/Ericbla/binary-parser.svg?style=svg)](https://circleci.com/gh/Ericbla/binary-parser)

Binary-parser is a binary parser/encoder builder for [node](http://nodejs.org) that
enables you to write efficient parsers/encoders in a simple and declarative manner.
Expand Down
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "binary-parser",
"name": "binary-parser-encoder",
"version": "1.3.2",
"description": "Blazing-fast binary parser builder",
"main": "lib/binary_parser.js",
Expand All @@ -18,6 +18,8 @@
"binary",
"parser",
"decode",
"encoder",
"encode",
"unpack",
"struct",
"buffer",
Expand All @@ -28,12 +30,18 @@
"email": "[email protected]",
"url": "https://keichi.net/"
},
"contributors": [
{
"name": "Eric Blanchard",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/keichi/binary-parser.git"
"url": "http://github.com/Ericbla/binary-parser.git"
},
"bugs": "http://github.com/keichi/binary-parser/issues",
"bugs": "http://github.com/Ericbla/binary-parser/issues",
"dependencies": {
"smart-buffer": "^4.0.1"
},
Expand Down

0 comments on commit b3e2c4b

Please sign in to comment.