Your IP : 216.73.216.74


Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/when-exit/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/when-exit/package.json

{
  "_from": "when-exit@^2.1.1",
  "_id": "when-exit@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-4rnvd3A1t16PWzrBUcSDZqcAmsUIy4minDXT/CZ8F2mVDgd65i4Aalimgz1aQkRGU0iH5eT5+6Rx2TK8o443Pg==",
  "_location": "/@google/gemini-cli/when-exit",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "when-exit@^2.1.1",
    "name": "when-exit",
    "escapedName": "when-exit",
    "rawSpec": "^2.1.1",
    "saveSpec": null,
    "fetchSpec": "^2.1.1"
  },
  "_requiredBy": [
    "/@google/gemini-cli/atomically"
  ],
  "_resolved": "https://registry.npmjs.org/when-exit/-/when-exit-2.1.4.tgz",
  "_shasum": "e2a0e998f7ad67eb0d2ce37e9794386663cc96f7",
  "_spec": "when-exit@^2.1.1",
  "_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/atomically",
  "bugs": {
    "url": "https://github.com/fabiospampinato/when-exit/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Execute a function right before the process, or the browser's tab, is about to exit.",
  "devDependencies": {
    "@types/node": "^18.19.70",
    "tsex": "^4.0.2",
    "typescript": "^5.7.3"
  },
  "exports": {
    "node": "./dist/node/index.js",
    "default": "./dist/browser/index.js"
  },
  "homepage": "https://github.com/fabiospampinato/when-exit#readme",
  "keywords": [
    "exit",
    "catch",
    "event",
    "handle",
    "hook",
    "intercept",
    "signal"
  ],
  "license": "MIT",
  "main": "dist/node/index.js",
  "name": "when-exit",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fabiospampinato/when-exit.git"
  },
  "scripts": {
    "clean": "tsex clean",
    "compile": "tsex compile",
    "compile:watch": "tsex compile --watch",
    "prepublishOnly": "npm run clean && npm run compile && npm run test",
    "test": "node test/index.js"
  },
  "type": "module",
  "types": "./dist/node/index.d.ts",
  "version": "2.1.4"
}