bufferhelper
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ { | ||
"description": "Concat buffer correctly.", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/JacksonTian/bufferhelper", | ||
@@ -12,3 +12,5 @@ "repository": { | ||
}, | ||
"main": "bufferhelper.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"engines": { | ||
@@ -18,3 +20,6 @@ "node": ">= 0.4.0" | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
"devDependencies": { | ||
"mocha": "*", | ||
"should": "*" | ||
} | ||
} |
@@ -1,8 +0,11 @@ | ||
Reason of written `bufferhelper`: [小心data事件里的chunk拼接](http://cnodejs.org/blog/?p=5425). | ||
BufferHelper [![build status](https://secure.travis-ci.org/JacksonTian/bufferhelper.png)](http://travis-ci.org/JacksonTian/bufferhelper) | ||
====== | ||
## Why? | ||
Reason of written `bufferhelper`: [小心data事件里的chunk拼接](http://cnodejs.org/topic/4faf65852e8fb5bc65113403). | ||
Install it via NPM: | ||
## Install it via NPM | ||
npm install bufferhelper | ||
Usage: | ||
## Usage | ||
@@ -9,0 +12,0 @@ var http = require('http'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5192
7
97
29
2