{
  "_args": [
    [
      "stoppable@1.1.0",
      "/var/www/html/sprbackend"
    ]
  ],
  "_from": "stoppable@1.1.0",
  "_id": "stoppable@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==",
  "_location": "/stoppable",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stoppable@1.1.0",
    "name": "stoppable",
    "escapedName": "stoppable",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/@azure/identity"
  ],
  "_resolved": "https://registry.npmjs.org/stoppable/-/stoppable-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/var/www/html/sprbackend",
  "bugs": {
    "url": "https://github.com/hunterloftis/stoppable/issues"
  },
  "description": "[![Build Status](https://travis-ci.org/hunterloftis/stoppable.svg?branch=master)](https://travis-ci.org/hunterloftis/stoppable)",
  "devDependencies": {
    "artillery": "^1.6.0-15",
    "awaiting": "^3.0.0",
    "chai": "^4.1.2",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0",
    "requisition": "^1.7.0",
    "standard": "^11.0.1"
  },
  "engines": {
    "node": ">=4",
    "npm": ">=6"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/hunterloftis/stoppable",
  "keywords": [
    "server",
    "net",
    "connect",
    "socket",
    "connection",
    "stop",
    "close",
    "disconnect",
    "disconnection",
    "http",
    "https",
    "tcp"
  ],
  "license": "MIT",
  "main": "lib/stoppable.js",
  "name": "stoppable",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hunterloftis/stoppable.git"
  },
  "scripts": {
    "coverage": "nyc mocha --bail \"test/*.test.js\"",
    "lint": "standard --fix \"lib/**/*.js\" \"test/**/*.js\"",
    "perf:baseline": "node test/performance.js & sleep 2 && artillery quick -d 10 -r 1000 -o /dev/null -k http://localhost:8000",
    "perf:stoppable": "node test/performance.js 1 & sleep 2 && artillery quick -d 10 -r 1000 -o /dev/null -k http://localhost:8000",
    "spec": "nyc --check-coverage mocha --bail \"test/*.test.js\"",
    "test": "npm run lint && npm audit && npm run spec"
  },
  "version": "1.1.0"
}
