UNPKG

make-synchronous

Version:
62 lines (61 loc) 1.09 kB
{ "name": "make-synchronous", "version": "2.0.1", "description": "Make an asynchronous function synchronous", "license": "MIT", "repository": "sindresorhus/make-synchronous", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./subprocess": { "types": "./index.d.ts", "default": "./subprocess.js" } }, "sideEffects": false, "engines": { "node": ">=20" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "subprocess.js", "index.d.ts" ], "keywords": [ "function", "synchronous", "sync", "block", "main", "thread", "deasync", "fiber", "asynchronous", "async", "worker" ], "dependencies": { "subsume": "^4.0.0", "type-fest": "^4.40.1" }, "devDependencies": { "ava": "^6.2.0", "delay": "^6.0.0", "in-range": "^3.0.0", "time-span": "^5.1.0", "tsd": "^0.32.0", "xo": "^0.60.0" } }