UNPKG

streaming-iterables

Version:

A collection of utilities for async iterables. Designed to replace your streams.

74 lines (73 loc) 2.02 kB
{ "name": "streaming-iterables", "version": "8.0.1", "description": "A collection of utilities for async iterables. Designed to replace your streams.", "main": "./dist/index.js", "types": "dist/index.d.ts", "exports": { "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "repository": "git@github.com:reconbot/streaming-iterables.git", "homepage": "https://github.com/reconbot/streaming-iterables", "runkitExampleFilename": "example.js", "scripts": { "test": "npm run unit-test && npm run lint", "unit-test": "c8 -r html -r text node -r ts-node/register --test lib/*-test.ts", "check-coverage": "c8 check-coverage --lines 95 --functions 95 --branches 94", "lint": "tsc && eslint lib/*.ts", "format": "eslint lib/*.ts --fix", "build": "rollup -c && node bundle-types.mjs", "prepare": "npm run build" }, "keywords": [ "async", "generators", "async generators", "async iterables", "iterators", "async iterators", "promise", "stream", "fp", "transform", "generator functions", "async generator functions", "bluestream", "ramda" ], "author": "reconbot", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.2", "@types/chai": "4.3.6", "@types/node": "20.5.9", "@types/sinon": "10.0.16", "@typescript-eslint/eslint-plugin": "6.6.0", "@typescript-eslint/parser": "6.6.0", "benchmark": "2.1.4", "bluestream": "10.3.3", "c8": "8.0.1", "chai": "4.3.8", "dts-buddy": "0.1.13", "eslint": "8.48.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-import": "2.28.1", "prettier": "3.0.3", "rollup": "3.29.0", "sinon": "15.2.0", "through2-concurrent": "2.0.0", "ts-node": "^10.9.1", "tslib": "^2.6.1", "typescript": "5.2.2" }, "engines": { "node": ">=18" } }