UNPKG

pretty-format

Version:
28 lines (27 loc) 694 B
{ "name": "pretty-format", "version": "3.7.0", "description": "Stringify any JavaScript value.", "license": "MIT", "main": "index.js", "author": "James Kyle <me@thejameskyle.com>", "keywords": [], "repository": "https://github.com/thejameskyle/pretty-format.git", "bugs": "https://github.com/thejameskyle/pretty-format/issues", "homepage": "https://github.com/thejameskle/pretty-format", "scripts": { "test": "jest", "perf": "node perf/test.js" }, "jest": { "automock": false, "testEnvironment": "node", "verbose": true }, "devDependencies": { "chalk": "^1.1.3", "jest": "^14.1.0", "left-pad": "^1.1.1", "react": "15.3.0" } }