Update app and tooling

This commit is contained in:
Lawrence Chen 2026-01-29 17:36:26 -08:00
parent 3046531bdd
commit e620ec7349
4950 changed files with 2975120 additions and 10 deletions

33
node_modules/micro/package.json generated vendored Normal file
View file

@ -0,0 +1,33 @@
{
"name": "micro",
"version": "9.3.5-canary.3",
"description": "Asynchronous HTTP microservices",
"license": "MIT",
"main": "./lib/index.js",
"types": "./micro.d.ts",
"files": [
"bin",
"lib",
"micro.d.ts"
],
"bin": {
"micro": "./bin/micro.js"
},
"engines": {
"node": ">= 8.0.0"
},
"repository": "zeit/micro",
"keywords": [
"micro",
"service",
"microservice",
"serverless",
"API"
],
"dependencies": {
"arg": "4.1.0",
"content-type": "1.0.4",
"raw-body": "2.4.1"
},
"gitHead": "5d4b6748fa6e005579423a1d12cc838340117bc4"
}