package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "jest-config@^27.5.1",
  3. "_id": "jest-config@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
  6. "_location": "/jest-config",
  7. "_phantomChildren": {
  8. "@babel/code-frame": "7.16.7",
  9. "error-ex": "1.3.2",
  10. "json-parse-even-better-errors": "2.3.1",
  11. "lines-and-columns": "1.2.4",
  12. "picomatch": "2.3.1"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "jest-config@^27.5.1",
  18. "name": "jest-config",
  19. "escapedName": "jest-config",
  20. "rawSpec": "^27.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "^27.5.1"
  23. },
  24. "_requiredBy": [
  25. "/@jest/core",
  26. "/jest/jest-cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
  29. "_shasum": "5c387de33dca3f99ad6357ddeccd91bf3a0e4a41",
  30. "_spec": "jest-config@^27.5.1",
  31. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\core",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@babel/core": "^7.8.0",
  38. "@jest/test-sequencer": "^27.5.1",
  39. "@jest/types": "^27.5.1",
  40. "babel-jest": "^27.5.1",
  41. "chalk": "^4.0.0",
  42. "ci-info": "^3.2.0",
  43. "deepmerge": "^4.2.2",
  44. "glob": "^7.1.1",
  45. "graceful-fs": "^4.2.9",
  46. "jest-circus": "^27.5.1",
  47. "jest-environment-jsdom": "^27.5.1",
  48. "jest-environment-node": "^27.5.1",
  49. "jest-get-type": "^27.5.1",
  50. "jest-jasmine2": "^27.5.1",
  51. "jest-regex-util": "^27.5.1",
  52. "jest-resolve": "^27.5.1",
  53. "jest-runner": "^27.5.1",
  54. "jest-util": "^27.5.1",
  55. "jest-validate": "^27.5.1",
  56. "micromatch": "^4.0.4",
  57. "parse-json": "^5.2.0",
  58. "pretty-format": "^27.5.1",
  59. "slash": "^3.0.0",
  60. "strip-json-comments": "^3.1.1"
  61. },
  62. "deprecated": false,
  63. "devDependencies": {
  64. "@types/glob": "^7.1.1",
  65. "@types/graceful-fs": "^4.1.3",
  66. "@types/micromatch": "^4.0.1",
  67. "semver": "^7.3.5",
  68. "ts-node": "^9.0.0",
  69. "typescript": "^4.0.3"
  70. },
  71. "engines": {
  72. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  73. },
  74. "exports": {
  75. ".": {
  76. "types": "./build/index.d.ts",
  77. "default": "./build/index.js"
  78. },
  79. "./package.json": "./package.json"
  80. },
  81. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  82. "homepage": "https://github.com/facebook/jest#readme",
  83. "license": "MIT",
  84. "main": "./build/index.js",
  85. "name": "jest-config",
  86. "peerDependencies": {
  87. "ts-node": ">=9.0.0"
  88. },
  89. "peerDependenciesMeta": {
  90. "ts-node": {
  91. "optional": true
  92. }
  93. },
  94. "publishConfig": {
  95. "access": "public"
  96. },
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/facebook/jest.git",
  100. "directory": "packages/jest-config"
  101. },
  102. "types": "./build/index.d.ts",
  103. "version": "27.5.1"
  104. }