web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
2.0 KiB

  1. {
  2. "name": "@jest/core",
  3. "description": "Delightful JavaScript Testing.",
  4. "version": "26.6.3",
  5. "main": "build/jest.js",
  6. "types": "build/jest.d.ts",
  7. "dependencies": {
  8. "@jest/console": "^26.6.2",
  9. "@jest/reporters": "^26.6.2",
  10. "@jest/test-result": "^26.6.2",
  11. "@jest/transform": "^26.6.2",
  12. "@jest/types": "^26.6.2",
  13. "@types/node": "*",
  14. "ansi-escapes": "^4.2.1",
  15. "chalk": "^4.0.0",
  16. "exit": "^0.1.2",
  17. "graceful-fs": "^4.2.4",
  18. "jest-changed-files": "^26.6.2",
  19. "jest-config": "^26.6.3",
  20. "jest-haste-map": "^26.6.2",
  21. "jest-message-util": "^26.6.2",
  22. "jest-regex-util": "^26.0.0",
  23. "jest-resolve": "^26.6.2",
  24. "jest-resolve-dependencies": "^26.6.3",
  25. "jest-runner": "^26.6.3",
  26. "jest-runtime": "^26.6.3",
  27. "jest-snapshot": "^26.6.2",
  28. "jest-util": "^26.6.2",
  29. "jest-validate": "^26.6.2",
  30. "jest-watcher": "^26.6.2",
  31. "micromatch": "^4.0.2",
  32. "p-each-series": "^2.1.0",
  33. "rimraf": "^3.0.0",
  34. "slash": "^3.0.0",
  35. "strip-ansi": "^6.0.0"
  36. },
  37. "devDependencies": {
  38. "@jest/test-sequencer": "^26.6.3",
  39. "@jest/test-utils": "^26.6.2",
  40. "@types/exit": "^0.1.30",
  41. "@types/graceful-fs": "^4.1.2",
  42. "@types/micromatch": "^4.0.0",
  43. "@types/rimraf": "^3.0.0",
  44. "jest-snapshot-serializer-raw": "^1.1.0"
  45. },
  46. "engines": {
  47. "node": ">= 10.14.2"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/facebook/jest",
  52. "directory": "packages/jest-core"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/facebook/jest/issues"
  56. },
  57. "homepage": "https://jestjs.io/",
  58. "license": "MIT",
  59. "keywords": [
  60. "ava",
  61. "babel",
  62. "coverage",
  63. "easy",
  64. "expect",
  65. "facebook",
  66. "immersive",
  67. "instant",
  68. "jasmine",
  69. "jest",
  70. "jsdom",
  71. "mocha",
  72. "mocking",
  73. "painless",
  74. "qunit",
  75. "runner",
  76. "sandboxed",
  77. "snapshot",
  78. "tap",
  79. "tape",
  80. "test",
  81. "testing",
  82. "typescript",
  83. "watch"
  84. ],
  85. "publishConfig": {
  86. "access": "public"
  87. },
  88. "gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c"
  89. }