{
  "_args": [
    [
      "tsx@4.6.1",
      "/var/www/html/armory/api"
    ]
  ],
  "_development": true,
  "_from": "tsx@4.6.1",
  "_id": "tsx@4.6.1",
  "_inBundle": false,
  "_integrity": "sha512-OQ4TAPHXAPUo/NZAmmIybl0o8LFOTlycQxFepLBAp6EV87U88fOKYGCQI2viGAEOVU9UW/cgQcxcOMnfEKVY3Q==",
  "_location": "/tsx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tsx@4.6.1",
    "name": "tsx",
    "escapedName": "tsx",
    "rawSpec": "4.6.1",
    "saveSpec": null,
    "fetchSpec": "4.6.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/tsx/-/tsx-4.6.1.tgz",
  "_spec": "4.6.1",
  "_where": "/var/www/html/armory/api",
  "author": {
    "name": "Hiroki Osame",
    "email": "hiroki.osame@gmail.com"
  },
  "bin": {
    "tsx": "./dist/cli.mjs"
  },
  "bugs": {
    "url": "https://github.com/privatenumber/tsx/issues"
  },
  "dependencies": {
    "esbuild": "~0.18.20",
    "fsevents": "~2.3.3",
    "get-tsconfig": "^4.7.2"
  },
  "description": "TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files",
  "engines": {
    "node": ">=18.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist/loader.mjs",
    "./cjs": "./dist/cjs/index.cjs",
    "./esm": "./dist/esm/index.mjs",
    "./cli": "./dist/cli.mjs",
    "./source-map": "./dist/source-map.cjs",
    "./suppress-warnings": "./dist/suppress-warnings.cjs",
    "./preflight": "./dist/preflight.cjs",
    "./repl": "./dist/repl.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/privatenumber/tsx#readme",
  "keywords": [
    "esbuild",
    "runtime",
    "node",
    "cjs",
    "commonjs",
    "esm",
    "typescript"
  ],
  "license": "MIT",
  "name": "tsx",
  "optionalDependencies": {
    "fsevents": "~2.3.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/privatenumber/tsx.git"
  },
  "type": "module",
  "version": "4.6.1"
}
