| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/node_modules/lighthouse/node_modules/when-exit/ |
Upload File : |
{
"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"
}
}