| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "exit-hook@1.1.1",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_development": true,
- "_from": "exit-hook@1.1.1",
- "_id": "exit-hook@1.1.1",
- "_inBundle": false,
- "_integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=",
- "_location": "/exit-hook",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "exit-hook@1.1.1",
- "name": "exit-hook",
- "escapedName": "exit-hook",
- "rawSpec": "1.1.1",
- "saveSpec": null,
- "fetchSpec": "1.1.1"
- },
- "_requiredBy": [
- "/listr-verbose-renderer/restore-cursor",
- "/listr/restore-cursor",
- "/log-update/restore-cursor"
- ],
- "_resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
- "_spec": "1.1.1",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/exit-hook/issues"
- },
- "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"
- }
|