UNPKG

extra-async-function

Version:

An async function is a function that delivers its result asynchronously (through Promise).

89 lines (88 loc) 1.91 kB
{ "name": "extra-async-function", "version": "1.2.1", "description": "An async function is a function that delivers its result asynchronously (through Promise).", "main": "index.js", "module": "index.mjs", "sideEffects": false, "exports": { "require": "./index.js", "import": "./index.mjs" }, "scripts": { "test": "jest", "build": "node ./build", "publish-docs": "node ./build publish-docs", "publish-packages": "node ./build publish-packages" }, "keywords": [ "extra", "async", "function", "after", "arity", "before", "flip", "once", "partial", "partialRight", "InvocationControl", "Resolver", "ARGUMENTS", "COMPARE", "IDENTITY", "NOOP", "apply", "attach", "attachRight", "bind", "call", "compose", "composeRight", "contextify", "curry", "curryRight", "debounce", "debounceEarly", "decontextify", "defer", "delay", "is", "isGenerator", "length", "memoize", "name", "negate", "restrict", "restrictAfter", "restrictBefore", "restrictOnce", "reverse", "spread", "throttle", "throttleEarly", "unspread" ], "author": "wolfram77@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nodef/extra-async-function.git" }, "bugs": { "url": "https://github.com/nodef/extra-async-function/issues" }, "homepage": "https://github.com/nodef/extra-async-function#readme", "devDependencies": { "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-node-resolve": "^15.3.0", "@types/jest": "^29.5.13", "extra-build": "^2.2.46", "extra-function": "^1.2.0", "extra-sleep": "^1.0.20", "jest": "^29.7.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-dts": "^6.1.1", "ts-jest": "^29.2.5" } }