package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_args": [
  3. [
  4. "jest-validate@21.2.1",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-validate@21.2.1",
  10. "_id": "jest-validate@21.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-k4HLI1rZQjlU+EC682RlQ6oZvLrE5SCh3brseQc24vbZTxzT/k/3urar5QMCVgjadmSO7lECeGdc6YxnM3yEGg==",
  13. "_location": "/jest-validate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-validate@21.2.1",
  19. "name": "jest-validate",
  20. "escapedName": "jest-validate",
  21. "rawSpec": "21.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "21.2.1"
  24. },
  25. "_requiredBy": [
  26. "/lint-staged"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-21.2.1.tgz",
  29. "_spec": "21.2.1",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "chalk": "^2.0.1",
  36. "jest-get-type": "^21.2.0",
  37. "leven": "^2.1.0",
  38. "pretty-format": "^21.2.1"
  39. },
  40. "description": "Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.",
  41. "homepage": "https://github.com/facebook/jest#readme",
  42. "license": "MIT",
  43. "main": "build/index.js",
  44. "name": "jest-validate",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/facebook/jest.git"
  48. },
  49. "version": "21.2.1"
  50. }