• File: package.json
  • Full Path: /var/www/sandbox/node_modules/killable/package.json
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 579 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "killable",
  "version": "1.0.1",
  "description": "Keeps track of a server's open sockets so they can be destroyed at a moment's notice.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/marten-de-vries/killable.git"
  },
  "keywords": [
    "express",
    "http",
    "server",
    "socket",
    "kill",
    "truncate",
    "destroy",
    "restart",
    "shutdown",
    "immeadiately"
  ],
  "author": "Marten de Vries",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/marten-de-vries/killable/issues"
  }
}