| 12345678910111213141516 |
- {
- "name": "jest-matcher-utils",
- "description": "A set of utility functions for expect and related packages",
- "version": "22.4.3",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git"
- },
- "license": "MIT",
- "main": "build/index.js",
- "dependencies": {
- "chalk": "^2.0.1",
- "jest-get-type": "^22.4.3",
- "pretty-format": "^22.4.3"
- }
- }
|