package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. "_from": "ts-jest@^24.0.2",
  3. "_id": "ts-jest@24.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Hb94C/+QRIgjVZlJyiWwouYUF+siNJHJHknyspaOcZ+OQAIdFG/UrdQVXw/0B8Z3No34xkUXZJpOTy9alOWdVQ==",
  6. "_location": "/ts-jest",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ts-jest@^24.0.2",
  12. "name": "ts-jest",
  13. "escapedName": "ts-jest",
  14. "rawSpec": "^24.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^24.0.2"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/ts-jest/-/ts-jest-24.3.0.tgz",
  22. "_shasum": "b97814e3eab359ea840a1ac112deae68aa440869",
  23. "_spec": "ts-jest@^24.0.2",
  24. "_where": "D:\\project\\persagy-web\\persagy-web-base",
  25. "author": {
  26. "name": "Kulshekhar Kabra",
  27. "email": "kulshekhar@users.noreply.github.com",
  28. "url": "https://github.com/kulshekhar"
  29. },
  30. "bin": {
  31. "ts-jest": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/kulshekhar/ts-jest/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Huafu Gandon",
  40. "email": "huafu.gandon@gmail.com",
  41. "url": "https://github.com/huafu"
  42. }
  43. ],
  44. "dependencies": {
  45. "bs-logger": "0.x",
  46. "buffer-from": "1.x",
  47. "fast-json-stable-stringify": "2.x",
  48. "json5": "2.x",
  49. "lodash.memoize": "4.x",
  50. "make-error": "1.x",
  51. "mkdirp": "0.x",
  52. "resolve": "1.x",
  53. "semver": "^5.5",
  54. "yargs-parser": "10.x"
  55. },
  56. "deprecated": false,
  57. "description": "A preprocessor with source maps support to help use TypeScript with Jest",
  58. "devDependencies": {
  59. "@commitlint/cli": "8.x",
  60. "@commitlint/config-conventional": "7.x",
  61. "@types/babel__core": "7.x",
  62. "@types/buffer-from": "latest",
  63. "@types/cross-spawn": "latest",
  64. "@types/fs-extra": "latest",
  65. "@types/jest": "23.x",
  66. "@types/js-yaml": "latest",
  67. "@types/json5": "latest",
  68. "@types/lodash.memoize": "4.x",
  69. "@types/lodash.merge": "4.x",
  70. "@types/lodash.set": "4.x",
  71. "@types/mkdirp": "latest",
  72. "@types/node": "10.x",
  73. "@types/resolve": "latest",
  74. "@types/semver": "latest",
  75. "@types/yargs": "latest",
  76. "conventional-changelog-cli": "2.x",
  77. "cross-spawn": "latest",
  78. "eslint": "latest",
  79. "fs-extra": "latest",
  80. "glob-gitignore": "latest",
  81. "husky": "1.x",
  82. "jest": "24.x",
  83. "js-yaml": "latest",
  84. "lint-staged": "latest",
  85. "lodash.merge": "4.x",
  86. "lodash.set": "4.x",
  87. "npm-run-all": "latest",
  88. "prettier": "latest",
  89. "source-map": "latest",
  90. "tslint": "latest",
  91. "tslint-config-prettier": "latest",
  92. "tslint-plugin-prettier": "latest",
  93. "typescript": "3.x"
  94. },
  95. "engines": {
  96. "node": ">= 6"
  97. },
  98. "homepage": "https://kulshekhar.github.io/ts-jest",
  99. "husky": {
  100. "hooks": {
  101. "pre-commit": "lint-staged",
  102. "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
  103. "post-commit": "git reset"
  104. }
  105. },
  106. "keywords": [
  107. "jest",
  108. "typescript",
  109. "sourcemap",
  110. "react",
  111. "testing"
  112. ],
  113. "license": "MIT",
  114. "lint-staged": {
  115. "*.{ts,tsx}": [
  116. "tslint --fix",
  117. "git add"
  118. ],
  119. "*.{js,jsx}": [
  120. "eslint --fix",
  121. "git add"
  122. ]
  123. },
  124. "main": "dist/index.js",
  125. "name": "ts-jest",
  126. "peerDependencies": {
  127. "jest": ">=24 <25"
  128. },
  129. "repository": {
  130. "type": "git",
  131. "url": "git+https://github.com/kulshekhar/ts-jest.git"
  132. },
  133. "scripts": {
  134. "build": "tsc -p tsconfig.build.json",
  135. "build:watch": "tsc -p tsconfig.build.json -w",
  136. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
  137. "clean": "node scripts/clean.js",
  138. "doc": "cd docs && bundle exec jekyll serve --livereload",
  139. "doc:build": "cd docs && bundle exec jekyll build",
  140. "doc:build-commit": "npm run doc:build && cd docs/_site && git add --all && git commit -m \"Updates github pages\"",
  141. "doc:link": "git worktree add docs/_site gh-pages",
  142. "doc:unlink": "git worktree prune",
  143. "lint": "run-s lint:ts lint:js",
  144. "lint:fix": "run-s lint:fix:ts lint:fix:js",
  145. "lint:fix:js": "eslint . --fix",
  146. "lint:fix:ts": "tslint --fix --project .",
  147. "lint:js": "eslint . -f stylish",
  148. "lint:ts": "tslint -t stylish --project .",
  149. "postbuild": "node scripts/post-build.js",
  150. "prebuild": "node scripts/clean-dist.js",
  151. "prepare": "npm run build",
  152. "prepublishOnly": "npm run test",
  153. "pretest": "npm run lint",
  154. "preversion": "npm run test",
  155. "test": "run-s -s test:e2e \"test:unit -- {@}\" --",
  156. "test:e2e": "node scripts/e2e.js",
  157. "test:external": "node scripts/test-external-project.js",
  158. "test:prepare": "npm run test:e2e -- --prepareOnly",
  159. "test:unit": "jest",
  160. "typecheck": "tsc -p .",
  161. "update:e2e": "node scripts/update-e2e-templates.js",
  162. "version": "npm run changelog && git add CHANGELOG.md"
  163. },
  164. "types": "dist/index.d.ts",
  165. "version": "24.3.0"
  166. }