package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "_from": "jest-validate@^23.6.0",
  3. "_id": "jest-validate@23.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OFKapYxe72yz7agrDAWi8v2WL8GIfVqcbKRCLbRG9PAxtzF9b1SEDdTpytNDN12z2fJynoBwpMpvj2R39plI2A==",
  6. "_location": "/jest-validate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-validate@^23.6.0",
  12. "name": "jest-validate",
  13. "escapedName": "jest-validate",
  14. "rawSpec": "^23.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^23.6.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-config",
  20. "/jest-runtime",
  21. "/jest/jest-cli"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/jest-validate/-/jest-validate-23.6.0.tgz",
  24. "_shasum": "36761f99d1ed33fcd425b4e4c5595d62b6597474",
  25. "_spec": "jest-validate@^23.6.0",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jest\\node_modules\\jest-cli",
  27. "bugs": {
  28. "url": "https://github.com/facebook/jest/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "chalk": "^2.0.1",
  33. "jest-get-type": "^22.1.0",
  34. "leven": "^2.1.0",
  35. "pretty-format": "^23.6.0"
  36. },
  37. "deprecated": false,
  38. "description": "Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.",
  39. "homepage": "https://github.com/facebook/jest#readme",
  40. "license": "MIT",
  41. "main": "build/index.js",
  42. "name": "jest-validate",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/facebook/jest.git"
  46. },
  47. "version": "23.6.0"
  48. }