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