mirror of
https://github.com/JonasunderscoreJones/aka-worker.git
synced 2025-10-23 18:09:19 +02:00
Initial commit (by create-cloudflare CLI)
This commit is contained in:
parent
8cb86120f1
commit
fff961078a
1777 changed files with 1011798 additions and 0 deletions
49
cool-dawn-3d3b/node_modules/stoppable/package.json
generated
vendored
Normal file
49
cool-dawn-3d3b/node_modules/stoppable/package.json
generated
vendored
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "stoppable",
|
||||
"version": "1.1.0",
|
||||
"engines": {
|
||||
"node": ">=4",
|
||||
"npm": ">=6"
|
||||
},
|
||||
"keywords": [
|
||||
"server",
|
||||
"net",
|
||||
"connect",
|
||||
"socket",
|
||||
"connection",
|
||||
"stop",
|
||||
"close",
|
||||
"disconnect",
|
||||
"disconnection",
|
||||
"http",
|
||||
"https",
|
||||
"tcp"
|
||||
],
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/hunterloftis/stoppable.git"
|
||||
},
|
||||
"homepage": "https://github.com/hunterloftis/stoppable",
|
||||
"scripts": {
|
||||
"lint": "standard --fix \"lib/**/*.js\" \"test/**/*.js\"",
|
||||
"spec": "nyc --check-coverage mocha --bail \"test/*.test.js\"",
|
||||
"test": "npm run lint && npm audit && npm run spec",
|
||||
"coverage": "nyc mocha --bail \"test/*.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"
|
||||
},
|
||||
"main": "lib/stoppable.js",
|
||||
"license": "MIT",
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue