package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "jest@^27.4.4",
  3. "_id": "jest@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
  6. "_location": "/jest",
  7. "_phantomChildren": {
  8. "@jest/core": "27.5.1",
  9. "@jest/test-result": "27.5.1",
  10. "@jest/types": "27.5.1",
  11. "cliui": "7.0.4",
  12. "escalade": "3.1.1",
  13. "exit": "0.1.2",
  14. "get-caller-file": "2.0.5",
  15. "graceful-fs": "4.2.10",
  16. "import-local": "3.1.0",
  17. "jest-config": "27.5.1",
  18. "jest-util": "27.5.1",
  19. "jest-validate": "27.5.1",
  20. "prompts": "2.4.2",
  21. "require-directory": "2.1.1",
  22. "string-width": "4.2.3",
  23. "yargs-parser": "20.2.9"
  24. },
  25. "_requested": {
  26. "type": "range",
  27. "registry": true,
  28. "raw": "jest@^27.4.4",
  29. "name": "jest",
  30. "escapedName": "jest",
  31. "rawSpec": "^27.4.4",
  32. "saveSpec": null,
  33. "fetchSpec": "^27.4.4"
  34. },
  35. "_requiredBy": [
  36. "#DEV:/"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
  39. "_shasum": "dadf33ba70a779be7a6fc33015843b51494f63fc",
  40. "_spec": "jest@^27.4.4",
  41. "_where": "H:\\gs_nuxt",
  42. "bin": {
  43. "jest": "bin/jest.js"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/facebook/jest/issues"
  47. },
  48. "bundleDependencies": false,
  49. "dependencies": {
  50. "@jest/core": "^27.5.1",
  51. "import-local": "^3.0.2",
  52. "jest-cli": "^27.5.1"
  53. },
  54. "deprecated": false,
  55. "description": "Delightful JavaScript Testing.",
  56. "engines": {
  57. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  58. },
  59. "exports": {
  60. ".": {
  61. "types": "./build/jest.d.ts",
  62. "default": "./build/jest.js"
  63. },
  64. "./package.json": "./package.json",
  65. "./bin/jest": "./bin/jest.js"
  66. },
  67. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  68. "homepage": "https://jestjs.io/",
  69. "keywords": [
  70. "ava",
  71. "babel",
  72. "coverage",
  73. "easy",
  74. "expect",
  75. "facebook",
  76. "immersive",
  77. "instant",
  78. "jasmine",
  79. "jest",
  80. "jsdom",
  81. "mocha",
  82. "mocking",
  83. "painless",
  84. "qunit",
  85. "runner",
  86. "sandboxed",
  87. "snapshot",
  88. "tap",
  89. "tape",
  90. "test",
  91. "testing",
  92. "typescript",
  93. "watch"
  94. ],
  95. "license": "MIT",
  96. "main": "./build/jest.js",
  97. "name": "jest",
  98. "peerDependencies": {
  99. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  100. },
  101. "peerDependenciesMeta": {
  102. "node-notifier": {
  103. "optional": true
  104. }
  105. },
  106. "publishConfig": {
  107. "access": "public"
  108. },
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/facebook/jest.git"
  112. },
  113. "types": "./build/jest.d.ts",
  114. "version": "27.5.1"
  115. }