UNPKG

bulk-insert

Version:
32 lines (31 loc) 634 B
{ "name": "bulk-insert", "version": "1.2.0", "description": "A writable stream that batches", "scripts": { "lint": "standard --fix", "test": "jest --env node --bail", "test-cov": "jest --env node --coverage" }, "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", "license": "MIT", "repository": "jonathanong/bulk-insert", "dependencies": { "ms": "^0.7.1" }, "devDependencies": { "jest": "^16.0.1", "standard": "^8.0.0" }, "files": [ "lib/index.js" ], "main": "lib", "keywords": [ "stream", "batch", "writable", "bulk", "insert" ] }