UNPKG

@ydbjs/abortable

Version:

Utilities for working with AbortController and AbortSignal in YDB operations.

56 lines (55 loc) 1.19 kB
{ "name": "@ydbjs/abortable", "version": "6.1.0", "description": "Utilities for working with AbortController and AbortSignal in YDB operations.", "keywords": [ "abort", "abortable", "cancellation", "database", "signal", "typescript", "ydb" ], "homepage": "https://github.com/ydb-platform/ydb-js-sdk#readme", "bugs": { "url": "https://github.com/ydb-platform/ydb-js-sdk/issues" }, "license": "Apache-2.0", "author": "YDB Team <team@ydb.tech> (https://ydb.tech)", "contributors": [ "Vladislav Polyakov <me@polrk.com>" ], "repository": { "type": "git", "url": "git+https://github.com/ydb-platform/ydb-js-sdk.git", "directory": "packages/abortable" }, "files": [ "dist", "README.md", "CHANGELOG.md" ], "type": "module", "sideEffects": false, "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "clean": "rm -rf dist", "build": "tsc", "test": "vitest --run", "attw": "attw --pack --profile esm-only" }, "engines": { "node": ">=20.19.0", "npm": ">=10" }, "engineStrict": true }