| 1234567891011121314151617 |
- {
- "name": "pretty-format",
- "version": "21.2.1",
- "repository": {
- "type": "git",
- "url": "https://github.com/facebook/jest.git"
- },
- "license": "MIT",
- "description": "Stringify any JavaScript value.",
- "main": "build/index.js",
- "browser": "build-es5/index.js",
- "author": "James Kyle <me@thejameskyle.com>",
- "dependencies": {
- "ansi-regex": "^3.0.0",
- "ansi-styles": "^3.2.0"
- }
- }
|