mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"_from": "http-shutdown@^1.2.0",
|
|
"_id": "http-shutdown@1.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-S9wWkJ/VSY9/k4qcjG318bqJNruzE4HySUhFYknwmu6LBP97KLLfwNf+n4V1BHurvFNkSKLFnK/RsuUnRTf9Vw==",
|
|
"_location": "/http-shutdown",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "http-shutdown@^1.2.0",
|
|
"name": "http-shutdown",
|
|
"escapedName": "http-shutdown",
|
|
"rawSpec": "^1.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/http-shutdown/-/http-shutdown-1.2.2.tgz",
|
|
"_shasum": "41bc78fc767637c4c95179bc492f312c0ae64c5f",
|
|
"_spec": "http-shutdown@^1.2.0",
|
|
"_where": "/Users/travis/build/ritwickdey/vscode-live-server",
|
|
"author": {
|
|
"name": "Dillon Buchanan"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/thedillonb/http-shutdown/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Gracefully shutdown a running HTTP server.",
|
|
"devDependencies": {
|
|
"@types/node": "^12.12.6",
|
|
"chai": "^3.4.1",
|
|
"istanbul": "^0.4.1",
|
|
"mocha": "^2.3.4",
|
|
"request": "^2.67.0"
|
|
},
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">= 0.12.0"
|
|
},
|
|
"homepage": "https://github.com/thedillonb/http-shutdown#readme",
|
|
"keywords": [
|
|
"http",
|
|
"https",
|
|
"graceful",
|
|
"force",
|
|
"shutdown"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "http-shutdown",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thedillonb/http-shutdown.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "1.2.2"
|
|
}
|