package.json 2.28 KB
{
  "_args": [
    [
      {
        "raw": "exit-hook@^1.0.0",
        "scope": null,
        "escapedName": "exit-hook",
        "name": "exit-hook",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/restore-cursor"
    ]
  ],
  "_from": "exit-hook@>=1.0.0 <2.0.0",
  "_id": "exit-hook@1.1.1",
  "_inCache": true,
  "_location": "/exit-hook",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "1.4.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "exit-hook@^1.0.0",
    "scope": null,
    "escapedName": "exit-hook",
    "name": "exit-hook",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/restore-cursor"
  ],
  "_resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
  "_shasum": "f05ca233b48c05d54fff07765df8507e95c02ff8",
  "_shrinkwrap": null,
  "_spec": "exit-hook@^1.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/restore-cursor",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/exit-hook/issues"
  },
  "dependencies": {},
  "description": "Run some code when the process exits",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "directories": {},
  "dist": {
    "shasum": "f05ca233b48c05d54fff07765df8507e95c02ff8",
    "tarball": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/exit-hook",
  "keywords": [
    "exit",
    "quit",
    "process",
    "hook",
    "graceful",
    "handler",
    "shutdown",
    "sigterm",
    "sigint",
    "terminate",
    "kill",
    "stop",
    "event"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "exit-hook",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/sindresorhus/exit-hook.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.1.1"
}