{
  "_args": [
    [
      "ts-jest@24.0.2",
      "C:\\Users\\Administrator\\Documents\\setup-python"
    ]
  ],
  "_development": true,
  "_from": "ts-jest@24.0.2",
  "_id": "ts-jest@24.0.2",
  "_inBundle": false,
  "_integrity": "sha512-h6ZCZiA1EQgjczxq+uGLXQlNgeg02WWJBbeT8j6nyIBRQdglqbvzDoHahTEIiS6Eor6x8mK6PfZ7brQ9Q6tzHw==",
  "_location": "/ts-jest",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ts-jest@24.0.2",
    "name": "ts-jest",
    "escapedName": "ts-jest",
    "rawSpec": "24.0.2",
    "saveSpec": null,
    "fetchSpec": "24.0.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.2.tgz",
  "_spec": "24.0.2",
  "_where": "C:\\Users\\Administrator\\Documents\\setup-python",
  "author": {
    "name": "Kulshekhar Kabra",
    "email": "kulshekhar@users.noreply.github.com",
    "url": "https://github.com/kulshekhar"
  },
  "bin": {
    "ts-jest": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/kulshekhar/ts-jest/issues"
  },
  "contributors": [
    {
      "name": "Huafu Gandon",
      "email": "huafu.gandon@gmail.com",
      "url": "https://github.com/huafu"
    }
  ],
  "dependencies": {
    "bs-logger": "0.x",
    "buffer-from": "1.x",
    "fast-json-stable-stringify": "2.x",
    "json5": "2.x",
    "make-error": "1.x",
    "mkdirp": "0.x",
    "resolve": "1.x",
    "semver": "^5.5",
    "yargs-parser": "10.x"
  },
  "description": "A preprocessor with source maps support to help use TypeScript with Jest",
  "devDependencies": {
    "@commitlint/cli": "7.x",
    "@commitlint/config-conventional": "7.x",
    "@types/babel__core": "7.x",
    "@types/buffer-from": "latest",
    "@types/cross-spawn": "latest",
    "@types/fs-extra": "latest",
    "@types/jest": "23.x",
    "@types/js-yaml": "latest",
    "@types/json5": "latest",
    "@types/lodash.memoize": "4.x",
    "@types/lodash.merge": "4.x",
    "@types/lodash.set": "4.x",
    "@types/mkdirp": "latest",
    "@types/node": "10.x",
    "@types/resolve": "latest",
    "@types/semver": "latest",
    "@types/yargs": "latest",
    "conventional-changelog-cli": "2.x",
    "cross-spawn": "latest",
    "eslint": "latest",
    "fs-extra": "latest",
    "glob-gitignore": "latest",
    "husky": "1.x",
    "jest": "24.x",
    "js-yaml": "latest",
    "lint-staged": "latest",
    "lodash.memoize": "4.x",
    "lodash.merge": "4.x",
    "lodash.set": "4.x",
    "npm-run-all": "latest",
    "prettier": "latest",
    "source-map": "latest",
    "tslint": "latest",
    "tslint-config-prettier": "latest",
    "tslint-plugin-prettier": "latest",
    "typescript": "3.x"
  },
  "engines": {
    "node": ">= 6"
  },
  "homepage": "https://kulshekhar.github.io/ts-jest",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "post-commit": "git reset"
    }
  },
  "keywords": [
    "jest",
    "typescript",
    "sourcemap",
    "react",
    "testing"
  ],
  "license": "MIT",
  "lint-staged": {
    "linters": {
      "*.{ts,tsx}": [
        "tslint --fix",
        "git add"
      ],
      "*.{js,jsx}": [
        "eslint --fix",
        "git add"
      ]
    }
  },
  "main": "dist/index.js",
  "name": "ts-jest",
  "peerDependencies": {
    "jest": ">=24 <25"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kulshekhar/ts-jest.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:watch": "tsc -p tsconfig.build.json -w",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "clean": "node scripts/clean.js",
    "doc": "cd docs && bundle exec jekyll serve --livereload",
    "doc:build": "cd docs && bundle exec jekyll build",
    "doc:build-commit": "npm run doc:build && cd docs/_site && git add --all && git commit -m \"Updates github pages\"",
    "doc:link": "git worktree add docs/_site gh-pages",
    "doc:unlink": "git worktree prune",
    "lint": "run-s lint:ts lint:js",
    "lint:fix": "run-s lint:fix:ts lint:fix:js",
    "lint:fix:js": "eslint . --fix",
    "lint:fix:ts": "tslint --fix --project .",
    "lint:js": "eslint . -f stylish",
    "lint:ts": "tslint -t stylish --project .",
    "postbuild": "node scripts/post-build.js",
    "prebuild": "node scripts/clean-dist.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "pretest": "npm run lint",
    "preversion": "npm run test",
    "test": "run-s -s test:e2e \"test:unit -- {@}\" --",
    "test:e2e": "node scripts/e2e.js",
    "test:external": "node scripts/test-external-project.js",
    "test:prepare": "npm run test:e2e -- --prepareOnly",
    "test:unit": "jest",
    "typecheck": "tsc -p .",
    "version": "npm run changelog && git add CHANGELOG.md"
  },
  "types": "dist/index.d.ts",
  "version": "24.0.2"
}