package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "jest-validate@^27.5.1",
  3. "_id": "jest-validate@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
  6. "_location": "/jest-validate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-validate@^27.5.1",
  12. "name": "jest-validate",
  13. "escapedName": "jest-validate",
  14. "rawSpec": "^27.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^27.5.1"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/jest-config",
  21. "/jest-resolve",
  22. "/jest/jest-cli"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
  25. "_shasum": "9197d54dc0bdb52260b8db40b46ae668e04df067",
  26. "_spec": "jest-validate@^27.5.1",
  27. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\core",
  28. "bugs": {
  29. "url": "https://github.com/facebook/jest/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@jest/types": "^27.5.1",
  34. "camelcase": "^6.2.0",
  35. "chalk": "^4.0.0",
  36. "jest-get-type": "^27.5.1",
  37. "leven": "^3.1.0",
  38. "pretty-format": "^27.5.1"
  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": "^16.0.0"
  44. },
  45. "engines": {
  46. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  47. },
  48. "exports": {
  49. ".": {
  50. "types": "./build/index.d.ts",
  51. "default": "./build/index.js"
  52. },
  53. "./package.json": "./package.json"
  54. },
  55. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  56. "homepage": "https://github.com/facebook/jest#readme",
  57. "license": "MIT",
  58. "main": "./build/index.js",
  59. "name": "jest-validate",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/facebook/jest.git",
  66. "directory": "packages/jest-validate"
  67. },
  68. "types": "./build/index.d.ts",
  69. "version": "27.5.1"
  70. }