UNPKG

wait-for-localhost

Version:
45 lines (44 loc) 795 B
{ "name": "wait-for-localhost", "version": "5.0.1", "description": "Wait for localhost to be ready", "license": "MIT", "repository": "sindresorhus/wait-for-localhost", "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" }, "sideEffects": false, "engines": { "node": ">=20" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "wait", "localhost", "server", "port", "delay", "sleep", "ready" ], "devDependencies": { "ava": "^6.4.1", "create-test-server": "^3.0.1", "delay": "^6.0.0", "xo": "^1.2.2" } }