/
Ao
/
MaxReport
Обзор
Документация
Войти
/
Ao
/
MaxReport
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
pgsql/pgAdmin 4/runtime/resources/app/node_modules/when-exit/package.json
35 строк
865 B
AoAnima
first_commit
13 июл 2026, 17:47
13 июл 2026, 17:47
f1a670a
Код
Авторство
О чём код?
{ "name": "when-exit", "repository": "github:fabiospampinato/when-exit", "description": "Execute a function right before the process, or the browser's tab, is about to exit.", "license": "MIT", "version": "2.1.5", "type": "module", "main": "dist/node/index.js", "types": "./dist/node/index.d.ts", "exports": { "node": "./dist/node/index.js", "default": "./dist/browser/index.js" }, "scripts": { "clean": "tsex clean", "compile": "tsex compile", "compile:watch": "tsex compile --watch", "test": "node test/index.js", "prepublishOnly": "npm run clean && npm run compile && npm run test" }, "keywords": [ "exit", "catch", "event", "handle", "hook", "intercept", "signal" ], "devDependencies": { "@types/node": "^18.19.70", "tsex": "^4.0.2", "typescript": "^5.7.3" } }