16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"name": "pretty-format",
|
|
"version": "19.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"description": "Stringify any JavaScript value.",
|
|
"main": "build/index.js",
|
|
"author": "James Kyle <me@thejameskyle.com>",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.0.0"
|
|
}
|
|
}
|