mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
45 lines
1013 B
JSON
45 lines
1013 B
JSON
{
|
|
"name": "pretty-format",
|
|
"version": "25.5.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/pretty-format"
|
|
},
|
|
"license": "MIT",
|
|
"description": "Stringify any JavaScript value.",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"browser": "build-es5/index.js",
|
|
"author": "James Kyle <me@thejameskyle.com>",
|
|
"dependencies": {
|
|
"@jest/types": "^25.5.0",
|
|
"ansi-regex": "^5.0.0",
|
|
"ansi-styles": "^4.0.0",
|
|
"react-is": "^16.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-is": "^16.7.1",
|
|
"@types/react-test-renderer": "*",
|
|
"immutable": "4.0.0-rc.9",
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-test-renderer": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
|
|
}
|