You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1016 B
53 lines
1016 B
{ |
|
"name": "append-buffer", |
|
"description": "Append a buffer to another buffer ensuring to preserve line ending characters.", |
|
"version": "1.0.2", |
|
"homepage": "https://github.com/doowb/append-buffer", |
|
"author": "Brian Woodward (https://doowb.com)", |
|
"repository": "doowb/append-buffer", |
|
"bugs": { |
|
"url": "https://github.com/doowb/append-buffer/issues" |
|
}, |
|
"license": "MIT", |
|
"files": [ |
|
"index.js" |
|
], |
|
"main": "index.js", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "mocha" |
|
}, |
|
"keywords": [ |
|
"append", |
|
"append-buffer", |
|
"concat", |
|
"concat-buffer", |
|
"eol", |
|
"join", |
|
"join-buffer", |
|
"normalize", |
|
"buffer" |
|
], |
|
"devDependencies": { |
|
"gulp-format-md": "^1.0.0", |
|
"mocha": "^3.5.0" |
|
}, |
|
"dependencies": { |
|
"buffer-equal": "^1.0.0" |
|
}, |
|
"verb": { |
|
"toc": false, |
|
"layout": "default", |
|
"tasks": [ |
|
"readme" |
|
], |
|
"plugins": [ |
|
"gulp-format-md" |
|
], |
|
"lint": { |
|
"reflinks": true |
|
} |
|
} |
|
}
|
|
|