HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
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: /var/www/api-storage/node_modules/load-esm/package.json
{
  "name": "load-esm",
  "version": "1.0.2",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "mocha",
    "compile-test": "tsc -p test"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "author": {
    "name": "Borewit",
    "url": "https://github.com/Borewit"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/Borewit"
    },
    {
      "type": "buymeacoffee",
      "url": "https://buymeacoffee.com/borewit"
    }
  ],
  "license": "MIT",
  "description": "Utility to dynamically load ESM modules in TypeScript CommonJS projects",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Borewit/load-esm.git"
  },
  "bugs": {
    "url": "https://github.com/Borewit/load-esm/issues"
  },
  "homepage": "https://github.com/Borewit/load-esm#readme",
  "keywords": [
    "load-esm",
    "ESM",
    "Import ESM",
    "CommonJS",
    "TypeScript",
    "Node.js",
    "dynamic import",
    "dynamic load",
    "JavaScript modules",
    "module interoperability",
    "mixed-module environment",
    "ERR_REQUIRE_ESM",
    "require() of ES Module",
    "ERR_PACKAGE_PATH_NOT_EXPORTED",
    "No \"exports\" main defined in"
  ],
  "engines": {
    "node": ">=13.2.0"
  },
  "devDependencies": {
    "@types/chai": "^5.0.1",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.10.2",
    "chai": "^4.3.4",
    "mocha": "^11.0.1",
    "typescript": "^5.7.2"
  }
}