| 1234567891011121314151617181920212223242526 | 
							- {
 
-   "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"
 
-   }
 
- }
 
 
  |