/
moreqqq
/
DeliveryService
Обзор
Документация
Войти
/
moreqqq
/
DeliveryService
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
server/node_modules/node-abort-controller/package.json
34 строки
831 B
moreqqq
написал приложение
29 май 2026, 22:02
29 май 2026, 22:02
ad51790
Код
Авторство
О чём код?
{ "name": "node-abort-controller", "version": "3.1.1", "description": "AbortController for Node based on EventEmitter", "main": "index.js", "browser": "browser.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/southpolesteve/node-abort-controller.git" }, "keywords": [ "AbortController", "AbortSignal", "fetch", "polyfill" ], "author": "Steve Faulkner <southpolesteve@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/southpolesteve/node-abort-controller/issues" }, "homepage": "https://github.com/southpolesteve/node-abort-controller#readme", "devDependencies": { "jest": "^27.2.4", "node-fetch": "^2.6.5", "whatwg-fetch": "^3.6.2" }, "jest": { "testEnvironment": "jsdom" } }