1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/exit-hook/package.json

72 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "exit-hook@^1.0.0",
2023-12-18 13:12:25 +08:00
"_id": "exit-hook@1.1.1",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-MsG3prOVw1WtLXAZbM3KiYtooKR1LvxHh3VHsVtIy0uiUu8usxgB/94DP2HxtD/661lLdB6yzQ09lGJSQr6nkg==",
2023-12-18 13:12:25 +08:00
"_location": "/exit-hook",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "exit-hook@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "exit-hook",
"escapedName": "exit-hook",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/restore-cursor"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/exit-hook/-/exit-hook-1.1.1.tgz",
"_shasum": "f05ca233b48c05d54fff07765df8507e95c02ff8",
"_spec": "exit-hook@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\restore-cursor",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/exit-hook/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Run some code when the process exits",
"devDependencies": {
"ava": "0.0.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/exit-hook#readme",
"keywords": [
"exit",
"quit",
"process",
"hook",
"graceful",
"handler",
"shutdown",
"sigterm",
"sigint",
"terminate",
"kill",
"stop",
"event"
],
"license": "MIT",
"name": "exit-hook",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/exit-hook.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.1.1"
}