ruchy 3.97.0

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
{
  "name": "ruchy-wasm-tests",
  "version": "1.0.0",
  "description": "WASM E2E Testing for Ruchy Compiler",
  "private": true,
  "scripts": {
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:debug": "playwright test --debug",
    "test:e2e:headed": "playwright test --headed",
    "test:e2e:report": "playwright show-report",
    "lint:ts": "eslint . --ext .ts",
    "lint:html": "htmlhint *.html"
  },
  "devDependencies": {
    "@playwright/test": "1.56.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "htmlhint": "^1.1.4"
  },
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "tests"
  },
  "dependencies": {
    "acorn": "8.15.0",
    "acorn-jsx": "5.3.2",
    "ajv": "6.12.6",
    "ansi-regex": "5.0.1",
    "ansi-styles": "4.3.0",
    "argparse": "2.0.1",
    "array-union": "2.1.0",
    "async": "3.2.6",
    "balanced-match": "1.0.2",
    "brace-expansion": "2.0.2",
    "braces": "3.0.3",
    "callsites": "3.1.0",
    "chalk": "4.1.2",
    "color-convert": "2.0.1",
    "color-name": "1.1.4",
    "commander": "11.1.0",
    "concat-map": "0.0.1",
    "cross-spawn": "7.0.6",
    "debug": "4.4.3",
    "deep-is": "0.1.4",
    "dir-glob": "3.0.1",
    "doctrine": "3.0.0",
    "escape-string-regexp": "4.0.0",
    "eslint-scope": "7.2.2",
    "eslint-visitor-keys": "3.4.3",
    "espree": "9.6.1",
    "esquery": "1.6.0",
    "esrecurse": "4.3.0",
    "estraverse": "5.3.0",
    "esutils": "2.0.3",
    "fast-deep-equal": "3.1.3",
    "fast-glob": "3.3.3",
    "fast-json-stable-stringify": "2.1.0",
    "fast-levenshtein": "2.0.6",
    "fastq": "1.19.1",
    "file-entry-cache": "6.0.1",
    "fill-range": "7.1.1",
    "find-up": "5.0.0",
    "flat-cache": "3.2.0",
    "flatted": "3.3.3",
    "fs-extra": "11.3.2",
    "fs.realpath": "1.0.0",
    "glob": "9.3.5",
    "glob-parent": "6.0.2",
    "globals": "13.24.0",
    "globby": "11.1.0",
    "graceful-fs": "4.2.11",
    "graphemer": "1.4.0",
    "has-flag": "4.0.0",
    "ignore": "5.3.2",
    "import-fresh": "3.3.1",
    "imurmurhash": "0.1.4",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "is-extglob": "2.1.1",
    "is-glob": "4.0.3",
    "is-number": "7.0.0",
    "is-path-inside": "3.0.3",
    "isexe": "2.0.0",
    "js-yaml": "4.1.0",
    "json-buffer": "3.0.1",
    "json-schema-traverse": "0.4.1",
    "json-stable-stringify-without-jsonify": "1.0.1",
    "jsonfile": "6.2.0",
    "keyv": "4.5.4",
    "levn": "0.4.1",
    "locate-path": "6.0.0",
    "lodash.merge": "4.6.2",
    "lru-cache": "10.4.3",
    "merge2": "1.4.1",
    "micromatch": "4.0.8",
    "minimatch": "9.0.3",
    "minipass": "4.2.8",
    "ms": "2.1.3",
    "natural-compare": "1.4.0",
    "node-sarif-builder": "3.2.0",
    "once": "1.4.0",
    "optionator": "0.9.4",
    "p-limit": "3.1.0",
    "p-locate": "5.0.0",
    "parent-module": "1.0.1",
    "path-exists": "4.0.0",
    "path-is-absolute": "1.0.1",
    "path-key": "3.1.1",
    "path-scurry": "1.11.1",
    "path-type": "4.0.0",
    "picomatch": "2.3.1",
    "playwright": "1.55.1",
    "playwright-core": "1.55.1",
    "prelude-ls": "1.2.1",
    "punycode": "2.3.1",
    "queue-microtask": "1.2.3",
    "resolve-from": "4.0.0",
    "reusify": "1.1.0",
    "rimraf": "3.0.2",
    "run-parallel": "1.2.0",
    "semver": "7.7.2",
    "shebang-command": "2.0.0",
    "shebang-regex": "3.0.0",
    "slash": "3.0.0",
    "strip-ansi": "6.0.1",
    "strip-json-comments": "3.1.1",
    "supports-color": "7.2.0",
    "text-table": "0.2.0",
    "to-regex-range": "5.0.1",
    "ts-api-utils": "1.4.3",
    "type-check": "0.4.0",
    "type-fest": "0.20.2",
    "typescript": "5.9.3",
    "universalify": "2.0.1",
    "uri-js": "4.4.1",
    "which": "2.0.2",
    "word-wrap": "1.2.5",
    "wrappy": "1.0.2",
    "xml": "1.0.1",
    "yocto-queue": "0.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paiml/ruchy.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/paiml/ruchy/issues"
  },
  "homepage": "https://github.com/paiml/ruchy#readme"
}