package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "jest@22.4.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest@22.4.4",
  10. "_id": "jest@22.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eBhhW8OS/UuX3HxgzNBSVEVhSuRDh39Z1kdYkQVWna+scpgsrD7vSeBI7tmEvsguPDMnfJodW28YBnhv/BzSew==",
  13. "_location": "/jest",
  14. "_phantomChildren": {
  15. "ansi-escapes": "3.2.0",
  16. "chalk": "2.4.2",
  17. "exit": "0.1.2",
  18. "glob": "7.2.3",
  19. "graceful-fs": "4.2.10",
  20. "import-local": "1.0.0",
  21. "is-ci": "1.2.1",
  22. "istanbul-api": "1.3.7",
  23. "istanbul-lib-coverage": "1.2.1",
  24. "istanbul-lib-instrument": "1.10.2",
  25. "istanbul-lib-source-maps": "1.2.6",
  26. "jest-changed-files": "22.4.3",
  27. "jest-config": "22.4.4",
  28. "jest-environment-jsdom": "22.4.3",
  29. "jest-get-type": "22.4.3",
  30. "jest-haste-map": "22.4.3",
  31. "jest-message-util": "22.4.3",
  32. "jest-regex-util": "22.4.3",
  33. "jest-resolve-dependencies": "22.4.3",
  34. "jest-runner": "22.4.4",
  35. "jest-runtime": "22.4.4",
  36. "jest-snapshot": "22.4.3",
  37. "jest-util": "22.4.3",
  38. "jest-validate": "22.4.4",
  39. "jest-worker": "22.4.3",
  40. "micromatch": "2.3.11",
  41. "node-notifier": "5.4.5",
  42. "realpath-native": "1.1.0",
  43. "rimraf": "2.7.1",
  44. "slash": "1.0.0",
  45. "string-length": "2.0.0",
  46. "which": "1.3.1",
  47. "yargs": "10.1.2"
  48. },
  49. "_requested": {
  50. "type": "version",
  51. "registry": true,
  52. "raw": "jest@22.4.4",
  53. "name": "jest",
  54. "escapedName": "jest",
  55. "rawSpec": "22.4.4",
  56. "saveSpec": null,
  57. "fetchSpec": "22.4.4"
  58. },
  59. "_requiredBy": [
  60. "#DEV:/"
  61. ],
  62. "_resolved": "https://registry.npmjs.org/jest/-/jest-22.4.4.tgz",
  63. "_spec": "22.4.4",
  64. "_where": "E:\\2023\\5\\myjadmin",
  65. "bin": {
  66. "jest": "bin/jest.js"
  67. },
  68. "bugs": {
  69. "url": "https://github.com/facebook/jest/issues"
  70. },
  71. "dependencies": {
  72. "import-local": "^1.0.0",
  73. "jest-cli": "^22.4.4"
  74. },
  75. "description": "Delightful JavaScript Testing.",
  76. "engines": {
  77. "node": ">= 6"
  78. },
  79. "homepage": "http://facebook.github.io/jest/",
  80. "keywords": [
  81. "ava",
  82. "babel",
  83. "coverage",
  84. "easy",
  85. "expect",
  86. "facebook",
  87. "immersive",
  88. "instant",
  89. "jasmine",
  90. "jest",
  91. "jsdom",
  92. "mocha",
  93. "mocking",
  94. "painless",
  95. "qunit",
  96. "runner",
  97. "sandboxed",
  98. "snapshot",
  99. "tap",
  100. "tape",
  101. "test",
  102. "testing",
  103. "typescript",
  104. "watch"
  105. ],
  106. "license": "MIT",
  107. "main": "build/jest.js",
  108. "name": "jest",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/facebook/jest.git"
  112. },
  113. "version": "22.4.4"
  114. }