HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/indoadvisory_new/webapp/node_modules/exit-hook/package.json
{
	"name": "exit-hook",
	"version": "2.2.1",
	"description": "Run some code when the process exits",
	"license": "MIT",
	"repository": "sindresorhus/exit-hook",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"engines": {
		"node": ">=6"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"exit",
		"quit",
		"process",
		"hook",
		"graceful",
		"handler",
		"shutdown",
		"sigterm",
		"sigint",
		"terminate",
		"kill",
		"stop",
		"event",
		"signal"
	],
	"devDependencies": {
		"ava": "^1.4.1",
		"execa": "^1.0.0",
		"tsd": "^0.7.2",
		"xo": "^0.24.0"
	}
}