package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "jest-util@22.4.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-util@22.4.3",
  10. "_id": "jest-util@22.4.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rfDfG8wyC5pDPNdcnAlZgwKnzHvZDu8Td2NJI/jAGKEGxJPYiE4F0ss/gSAkG4778Y23Hvbz+0GMrDJTeo7RjQ==",
  13. "_location": "/jest-util",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-util@22.4.3",
  19. "name": "jest-util",
  20. "escapedName": "jest-util",
  21. "rawSpec": "22.4.3",
  22. "saveSpec": null,
  23. "fetchSpec": "22.4.3"
  24. },
  25. "_requiredBy": [
  26. "/jest-config",
  27. "/jest-environment-jsdom",
  28. "/jest-environment-node",
  29. "/jest-jasmine2",
  30. "/jest-runner",
  31. "/jest-runtime",
  32. "/jest/jest-cli"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/jest-util/-/jest-util-22.4.3.tgz",
  35. "_spec": "22.4.3",
  36. "_where": "E:\\2023\\5\\myjadmin",
  37. "bugs": {
  38. "url": "https://github.com/facebook/jest/issues"
  39. },
  40. "dependencies": {
  41. "callsites": "^2.0.0",
  42. "chalk": "^2.0.1",
  43. "graceful-fs": "^4.1.11",
  44. "is-ci": "^1.0.10",
  45. "jest-message-util": "^22.4.3",
  46. "mkdirp": "^0.5.1",
  47. "source-map": "^0.6.0"
  48. },
  49. "devDependencies": {
  50. "jest-mock": "^22.4.3"
  51. },
  52. "homepage": "https://github.com/facebook/jest#readme",
  53. "license": "MIT",
  54. "main": "build/index.js",
  55. "name": "jest-util",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/facebook/jest.git"
  59. },
  60. "version": "22.4.3"
  61. }