HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/design.system/node_modules/quansync/package.json
{
  "name": "quansync",
  "type": "module",
  "version": "0.2.8",
  "description": "Create sync/async APIs with usable logic",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "contributors": [
    {
      "name": "三咲智子 Kevin Deng",
      "email": "sxzz@sxzz.moe"
    }
  ],
  "license": "MIT",
  "funding": [
    {
      "type": "individual",
      "url": "https://github.com/sponsors/antfu"
    },
    {
      "type": "individual",
      "url": "https://github.com/sponsors/sxzz"
    }
  ],
  "homepage": "https://github.com/quansync-dev/quansync#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/quansync-dev/quansync.git"
  },
  "bugs": "https://github.com/quansync-dev/quansync/issues",
  "keywords": [
    "async",
    "sync",
    "generator"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./macro": {
      "import": "./dist/macro.mjs",
      "require": "./dist/macro.cjs"
    },
    "./types": {
      "import": "./dist/types.mjs",
      "require": "./dist/types.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./*"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@antfu/eslint-config": "^4.4.0",
    "@types/node": "^22.13.8",
    "bumpp": "^10.0.3",
    "eslint": "^9.21.0",
    "gensync": "1.0.0-beta.2",
    "lint-staged": "^15.4.3",
    "mitata": "^1.0.34",
    "simple-git-hooks": "^2.11.1",
    "tsx": "^4.19.3",
    "typescript": "^5.8.2",
    "unbuild": "^3.5.0",
    "vite": "^6.2.0",
    "vitest": "^3.0.7"
  },
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint --fix"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "release": "bumpp && pnpm publish",
    "start": "tsx src/index.ts",
    "benchmark": "node scripts/benchmark.js",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  }
}