UNPKG

batch-mobile

Version:

Asynchronous batched iterable for (mongo) cursors

43 lines (42 loc) 884 B
{ "name": "batch-mobile", "version": "1.2.4", "description": "Asynchronous batched iterable for (mongo) cursors", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/maximilian-krauss/batch-mobile.git" }, "keywords": [ "node", "nodejs", "async", "promise", "iterable", "mongo", "cursor" ], "author": "Maximilian Krauß <max@krauss.io>", "license": "MIT", "bugs": { "url": "https://github.com/maximilian-krauss/batch-mobile/issues" }, "homepage": "https://github.com/maximilian-krauss/batch-mobile#readme", "devDependencies": { "@types/jest": "28.1.6", "jest": "28.1.3", "standard": "17.0.0" }, "standard": { "env": [ "jest" ] }, "jest": { "coverageDirectory": "./coverage/", "collectCoverage": true } }