mirror of
https://github.com/JonasunderscoreJones/api-worker.git
synced 2025-10-23 18:39:19 +02:00
Initial commit (by create-cloudflare CLI)
This commit is contained in:
commit
58a42872a0
1745 changed files with 741893 additions and 0 deletions
71
node_modules/miniflare/package.json
generated
vendored
Normal file
71
node_modules/miniflare/package.json
generated
vendored
Normal file
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"name": "miniflare",
|
||||
"version": "3.20230904.0",
|
||||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
|
||||
"keywords": [
|
||||
"cloudflare",
|
||||
"workers",
|
||||
"worker",
|
||||
"local",
|
||||
"cloudworker"
|
||||
],
|
||||
"homepage": "https://github.com/cloudflare/miniflare/tree/master/packages/tre#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cloudflare/miniflare/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cloudflare/miniflare.git",
|
||||
"directory": "packages/tre"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "MrBBot <me@mrbbot.dev>",
|
||||
"main": "./dist/src/index.js",
|
||||
"types": "./dist/src/index.d.ts",
|
||||
"files": [
|
||||
"dist/src",
|
||||
"bootstrap.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"acorn": "^8.8.0",
|
||||
"acorn-walk": "^8.2.0",
|
||||
"better-sqlite3": "^8.1.0",
|
||||
"capnp-ts": "^0.7.0",
|
||||
"exit-hook": "^2.2.1",
|
||||
"glob-to-regexp": "^0.4.1",
|
||||
"http-cache-semantics": "^4.1.0",
|
||||
"kleur": "^4.1.5",
|
||||
"source-map-support": "0.5.21",
|
||||
"stoppable": "^1.1.0",
|
||||
"undici": "^5.22.1",
|
||||
"workerd": "1.20230904.0",
|
||||
"ws": "^8.11.0",
|
||||
"youch": "^3.2.2",
|
||||
"zod": "^3.20.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/kv-asset-handler": "^0.3.0",
|
||||
"@cloudflare/workers-types": "^4.20230807.0",
|
||||
"@types/better-sqlite3": "^7.6.2",
|
||||
"@types/debug": "^4.1.7",
|
||||
"@types/estree": "^1.0.0",
|
||||
"@types/glob-to-regexp": "^0.4.1",
|
||||
"@types/http-cache-semantics": "^4.0.1",
|
||||
"@types/set-cookie-parser": "^2.4.2",
|
||||
"@types/source-map-support": "^0.5.6",
|
||||
"@types/stoppable": "^1.1.1",
|
||||
"@types/ws": "^8.5.3",
|
||||
"devalue": "^4.3.0",
|
||||
"devtools-protocol": "^0.0.1182435",
|
||||
"semiver": "^1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.13"
|
||||
},
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue