HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
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: //opt/coauthor/node_modules/micromark-util-decode-string/package.json
{
  "name": "micromark-util-decode-string",
  "version": "1.1.0",
  "description": "micromark utility to decode markdown strings",
  "license": "MIT",
  "keywords": [
    "micromark",
    "util",
    "utility",
    "decode",
    "character",
    "reference",
    "escape",
    "string"
  ],
  "repository": "https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-string",
  "bugs": "https://github.com/micromark/micromark/issues",
  "funding": [
    {
      "type": "GitHub Sponsors",
      "url": "https://github.com/sponsors/unifiedjs"
    },
    {
      "type": "OpenCollective",
      "url": "https://opencollective.com/unified"
    }
  ],
  "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
  ],
  "sideEffects": false,
  "type": "module",
  "main": "index.js",
  "types": "dev/index.d.ts",
  "files": [
    "dev/",
    "index.d.ts",
    "index.js"
  ],
  "exports": {
    "types": "./dev/index.d.ts",
    "development": "./dev/index.js",
    "default": "./index.js"
  },
  "dependencies": {
    "micromark-util-character": "^1.0.0",
    "micromark-util-decode-numeric-character-reference": "^1.0.0",
    "micromark-util-symbol": "^1.0.0",
    "decode-named-character-reference": "^1.0.0"
  },
  "scripts": {
    "build": "micromark-build"
  },
  "xo": false,
  "typeCoverage": {
    "atLeast": 100,
    "detail": true,
    "strict": true,
    "ignoreCatch": true
  }
}