package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "jest-validate@^26.6.2",
  3. "_id": "jest-validate@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==",
  6. "_location": "/jest-validate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-validate@^26.6.2",
  12. "name": "jest-validate",
  13. "escapedName": "jest-validate",
  14. "rawSpec": "^26.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.6.2"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/jest-config",
  21. "/jest-runtime",
  22. "/jest/jest-cli"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-26.6.2.tgz",
  25. "_shasum": "23d380971587150467342911c3d7b4ac57ab20ec",
  26. "_spec": "jest-validate@^26.6.2",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\core",
  28. "bugs": {
  29. "url": "https://github.com/facebook/jest/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@jest/types": "^26.6.2",
  34. "camelcase": "^6.0.0",
  35. "chalk": "^4.0.0",
  36. "jest-get-type": "^26.3.0",
  37. "leven": "^3.1.0",
  38. "pretty-format": "^26.6.2"
  39. },
  40. "deprecated": false,
  41. "description": "Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.",
  42. "devDependencies": {
  43. "@types/yargs": "^15.0.3"
  44. },
  45. "engines": {
  46. "node": ">= 10.14.2"
  47. },
  48. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  49. "homepage": "https://github.com/facebook/jest#readme",
  50. "license": "MIT",
  51. "main": "build/index.js",
  52. "name": "jest-validate",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/facebook/jest.git",
  59. "directory": "packages/jest-validate"
  60. },
  61. "types": "build/index.d.ts",
  62. "version": "26.6.2"
  63. }