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.
26 lines
490 B
26 lines
490 B
{
|
|
"name": "buffer-writer",
|
|
"version": "2.0.0",
|
|
"description": "a fast, efficient buffer writer",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --throw-deprecation"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/brianc/node-buffer-writer.git"
|
|
},
|
|
"keywords": [
|
|
"buffer",
|
|
"writer",
|
|
"builder"
|
|
],
|
|
"author": "Brian M. Carlson",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
}
|
|
|