package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "jest-config@22.4.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-config@22.4.4",
  10. "_id": "jest-config@22.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-9CKfo1GC4zrXSoMLcNeDvQBfgtqGTB1uP8iDIZ97oB26RCUb886KkKWhVcpyxVDOUxbhN+uzcBCeFe7w+Iem4A==",
  13. "_location": "/jest-config",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-config@22.4.4",
  19. "name": "jest-config",
  20. "escapedName": "jest-config",
  21. "rawSpec": "22.4.4",
  22. "saveSpec": null,
  23. "fetchSpec": "22.4.4"
  24. },
  25. "_requiredBy": [
  26. "/jest-runner",
  27. "/jest-runtime",
  28. "/jest-validate",
  29. "/jest/jest-cli"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/jest-config/-/jest-config-22.4.4.tgz",
  32. "_spec": "22.4.4",
  33. "_where": "E:\\2023\\5\\myjadmin",
  34. "bugs": {
  35. "url": "https://github.com/facebook/jest/issues"
  36. },
  37. "dependencies": {
  38. "chalk": "^2.0.1",
  39. "glob": "^7.1.1",
  40. "jest-environment-jsdom": "^22.4.1",
  41. "jest-environment-node": "^22.4.1",
  42. "jest-get-type": "^22.1.0",
  43. "jest-jasmine2": "^22.4.4",
  44. "jest-regex-util": "^22.1.0",
  45. "jest-resolve": "^22.4.2",
  46. "jest-util": "^22.4.1",
  47. "jest-validate": "^22.4.4",
  48. "pretty-format": "^22.4.0"
  49. },
  50. "homepage": "https://github.com/facebook/jest#readme",
  51. "license": "MIT",
  52. "main": "build/index.js",
  53. "name": "jest-config",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/facebook/jest.git"
  57. },
  58. "version": "22.4.4"
  59. }