UNPKG

timeout-abort-controller

Version:

An AbortController that aborts after a specified timeout

45 lines (44 loc) 1.41 kB
{ "name": "timeout-abort-controller", "version": "3.0.0", "description": "An AbortController that aborts after a specified timeout", "main": "index.js", "files": [ "index.js", "dist/index.d.ts" ], "scripts": { "test": "npm run lint && nyc --reporter=lcov --reporter=text tape test.js", "test:browser": "npm run test:chrome && npm run test:firefox && npm run test:webkit", "test:chrome": "playwright-test test.js --browser chromium --runner tape", "test:firefox": "playwright-test test.js --browser firefox --runner tape", "test:webkit": "playwright-test test.js --browser webkit --runner tape", "lint": "standard", "prepare": "rimraf dist && tsc --emitDeclarationOnly --declarationDir dist" }, "keywords": [], "author": "Jacob Heun", "license": "MIT", "dependencies": { "retimer": "^3.0.0" }, "devDependencies": { "@types/tape": "^4.13.2", "delay": "^5.0.0", "nyc": "^15.0.1", "playwright-test": "^7.1.0", "rimraf": "^3.0.2", "standard": "^16.0.3", "tape": "^5.0.1", "typescript": "^4.1.3" }, "repository": { "type": "git", "url": "git+https://github.com/jacobheun/timeout-abort-controller.git" }, "bugs": { "url": "https://github.com/jacobheun/timeout-abort-controller/issues" }, "homepage": "https://github.com/jacobheun/timeout-abort-controller#readme", "types": "dist/index.d.ts" }