HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/indoadvisory_new/webapp/node_modules/miniflare/package.json
{
  "name": "miniflare",
  "version": "4.20250823.1",
  "description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
  "keywords": [
    "cloudflare",
    "workers",
    "worker",
    "local",
    "cloudworker"
  ],
  "homepage": "https://github.com/cloudflare/workers-sdk/tree/main/packages/miniflare#readme",
  "bugs": {
    "url": "https://github.com/cloudflare/workers-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cloudflare/workers-sdk.git",
    "directory": "packages/miniflare"
  },
  "license": "MIT",
  "author": "MrBBot <me@mrbbot.dev>",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "bin": {
    "miniflare": "bootstrap.js"
  },
  "files": [
    "dist/src",
    "bootstrap.js"
  ],
  "dependencies": {
    "@cspotcode/source-map-support": "0.8.1",
    "acorn": "8.14.0",
    "acorn-walk": "8.3.2",
    "exit-hook": "2.2.1",
    "glob-to-regexp": "0.4.1",
    "sharp": "^0.33.5",
    "stoppable": "1.1.0",
    "undici": "^7.10.0",
    "workerd": "1.20250823.0",
    "ws": "8.18.0",
    "youch": "4.1.0-beta.10",
    "zod": "3.22.3"
  },
  "devDependencies": {
    "@ava/typescript": "^4.1.0",
    "@cloudflare/jsrpc": "link:../../vendor/jsrpc",
    "@cloudflare/workers-types": "^4.20250823.0",
    "@microsoft/api-extractor": "^7.52.8",
    "@puppeteer/browsers": "^2.10.6",
    "@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/mime": "^3.0.4",
    "@types/node": "^20.19.9",
    "@types/stoppable": "^1.1.1",
    "@types/which": "^2.0.1",
    "@types/ws": "^8.5.7",
    "@typescript-eslint/eslint-plugin": "^8.35.1",
    "@typescript-eslint/parser": "^8.35.1",
    "ava": "^6.0.1",
    "capnp-es": "^0.0.11",
    "chokidar": "^4.0.1",
    "concurrently": "^8.2.2",
    "devalue": "^4.3.0",
    "devtools-protocol": "^0.0.1182435",
    "esbuild": "0.25.4",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-es": "^4.1.0",
    "eslint-plugin-prettier": "^5.0.1",
    "expect-type": "^0.15.0",
    "get-port": "^7.1.0",
    "heap-js": "^2.5.0",
    "http-cache-semantics": "^4.1.0",
    "kleur": "^4.1.5",
    "mime": "^3.0.0",
    "postal-mime": "^2.4.3",
    "pretty-bytes": "^6.0.0",
    "rimraf": "^6.0.1",
    "source-map": "^0.6.1",
    "ts-dedent": "^2.2.0",
    "typescript": "^5.8.3",
    "which": "^2.0.2",
    "xdg-app-paths": "^8.3.0",
    "@cloudflare/cli": "1.1.1",
    "@cloudflare/containers-shared": "0.2.10",
    "@cloudflare/kv-asset-handler": "0.4.0",
    "@cloudflare/workflows-shared": "0.3.5",
    "@cloudflare/workers-shared": "0.18.7"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "workers-sdk": {
    "prerelease": true
  },
  "scripts": {
    "build": "node scripts/build.mjs && pnpm run types:build",
    "capnp:workerd": "node scripts/build-capnp.mjs",
    "check:lint": "eslint --max-warnings=0 \"{src,test}/**/*.ts\" \"scripts/**/*.{js,mjs}\" \"types/**/*.ts\"",
    "check:type": "tsc",
    "clean": "rimraf ./dist ./dist-types",
    "dev": "concurrently -n esbuild,typechk,typewrk -c yellow,blue,blue.dim \"node scripts/build.mjs watch\" \"node scripts/types.mjs tsconfig.json watch\" \"node scripts/types.mjs src/workers/tsconfig.json watch\"",
    "lint:fix": "pnpm run check:lint --fix",
    "test": "ava",
    "posttest": "rimraf ./.tmp",
    "test:ci": "pnpm run test",
    "types:build": "node scripts/types.mjs tsconfig.json && node scripts/types.mjs src/workers/tsconfig.json"
  }
}