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-parametros/node_modules/ts-jest/package.json
{
  "name": "ts-jest",
  "version": "29.2.4",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ts-jest": "cli.js"
  },
  "description": "A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript",
  "scripts": {
    "prebuild": "rimraf dist coverage *.tgz",
    "build": "tsc -p tsconfig.build.json",
    "postbuild": "node scripts/post-build.js",
    "pretest": "tsc -p tsconfig.spec.json --noEmit && node scripts/create-bundle.js",
    "test": "jest",
    "test-examples": "node scripts/test-examples.js",
    "lint": "eslint --ext .js,.ts .",
    "lint-fix": "eslint --fix --ext .js,.ts .",
    "lint-prettier": "prettier '**/*.{yml,yaml,md}' --write",
    "lint-prettier-ci": "prettier '**/*.{yml,yaml,md}' --check",
    "doc": "cd website && npm run start",
    "doc:build": "cd website && npm run build",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "preversion": "npm run test",
    "version": "npm run changelog && git add CHANGELOG.md",
    "raw:options": "node scripts/generate-raw-compiler-options.js",
    "update-e2e": "node scripts/update-e2e.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kulshekhar/ts-jest.git"
  },
  "keywords": [
    "jest",
    "typescript",
    "sourcemap",
    "react",
    "testing"
  ],
  "author": "Kulshekhar Kabra <kulshekhar@users.noreply.github.com> (https://github.com/kulshekhar)",
  "contributors": [
    "Huafu Gandon <huafu.gandon@gmail.com> (https://github.com/huafu)",
    "Anh Pham <anhpnnd@gmail.com> (https://github.com/ahnpnl)",
    "Gustav Wengel <gustavwengel@gmail.com> (https://github.com/GeeWee)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kulshekhar/ts-jest/issues"
  },
  "homepage": "https://kulshekhar.github.io/ts-jest",
  "dependencies": {
    "bs-logger": "0.x",
    "ejs": "^3.1.10",
    "fast-json-stable-stringify": "2.x",
    "jest-util": "^29.0.0",
    "json5": "^2.2.3",
    "lodash.memoize": "4.x",
    "make-error": "1.x",
    "semver": "^7.5.3",
    "yargs-parser": "^21.0.1"
  },
  "peerDependencies": {
    "@babel/core": ">=7.0.0-beta.0 <8",
    "@jest/transform": "^29.0.0",
    "@jest/types": "^29.0.0",
    "babel-jest": "^29.0.0",
    "jest": "^29.0.0",
    "typescript": ">=4.3 <6"
  },
  "peerDependenciesMeta": {
    "@babel/core": {
      "optional": true
    },
    "@jest/transform": {
      "optional": true
    },
    "@jest/types": {
      "optional": true
    },
    "babel-jest": {
      "optional": true
    },
    "esbuild": {
      "optional": true
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "post-commit": "git reset"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "18.6.1",
    "@commitlint/config-angular": "18.6.1",
    "@jest/transform": "^29.7.0",
    "@jest/types": "^29.6.3",
    "@types/babel__core": "7.20.5",
    "@types/cross-spawn": "latest",
    "@types/ejs": "^3.1.5",
    "@types/fs-extra": "latest",
    "@types/js-yaml": "latest",
    "@types/lodash.camelcase": "4.3.9",
    "@types/lodash.memoize": "4.1.9",
    "@types/lodash.set": "4.3.9",
    "@types/micromatch": "4.0.9",
    "@types/node": "20.14.13",
    "@types/react": "18.x",
    "@types/semver": "latest",
    "@types/yargs": "latest",
    "@types/yargs-parser": "21.0.3",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "babel-jest": "^29.7.0",
    "conventional-changelog-cli": "^5.0.0",
    "cross-spawn": "latest",
    "esbuild": "~0.21.5",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^28.6.0",
    "eslint-plugin-jsdoc": "^48.10.2",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-prettier": "^4.2.1",
    "execa": "5.1.1",
    "fs-extra": "11.2.0",
    "glob": "^10.2.6",
    "glob-gitignore": "latest",
    "husky": "4.x",
    "jest": "^29.7.0",
    "jest-snapshot-serializer-raw": "^1.2.0",
    "js-yaml": "latest",
    "json-schema-to-typescript": "^13.1.2",
    "lint-staged": "latest",
    "prettier": "^2.8.8",
    "typescript": "~5.5.4"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "eslint --fix",
      "git add"
    ]
  },
  "engines": {
    "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
  }
}