Implements most platform-independent features

This commit is contained in:
2022-06-28 16:22:49 +00:00
committed by GitHub
parent ee091206b3
commit f3c0d646e3
18 changed files with 584 additions and 0 deletions

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"dependencies": {
"path-to-regexp": "^6.2.1"
},
"name": "handlers.js",
"version": "0.0.1",
"main": "index.ts",
"author": "186526 <i@186526.xyz>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/186526/handlers.js"
},
"keywords": [
"web framework",
"lightweight",
"cross-platform",
"unified"
],
"devDependencies": {
"@types/node": "^18.0.0"
}
}