mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
43 lines
No EOL
1.2 KiB
JSON
43 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "pretty-format",
|
|
"version": "24.8.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",
|
|
"browser": "build-es5/index.js",
|
|
"author": "James Kyle <me@thejameskyle.com>",
|
|
"dependencies": {
|
|
"@jest/types": "^24.8.0",
|
|
"ansi-regex": "^4.0.0",
|
|
"ansi-styles": "^3.2.0",
|
|
"react-is": "^16.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ansi-regex": "^4.0.0",
|
|
"@types/ansi-styles": "^3.2.1",
|
|
"@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": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-24.8.0.tgz"
|
|
,"_integrity": "sha512-P952T7dkrDEplsR+TuY7q3VXDae5Sr7zmQb12JU/NDQa/3CH7/QW0yvqLcGN6jL+zQFKaoJcPc+yJxMTGmosqw=="
|
|
,"_from": "pretty-format@24.8.0"
|
|
} |