github-pages-deploy-action/node_modules/pretty-format/package.json
2020-03-31 08:40:00 -04:00

82 lines
1.9 KiB
JSON

{
"_args": [
[
"pretty-format@25.2.3",
"."
]
],
"_development": true,
"_from": "pretty-format@25.2.3",
"_id": "pretty-format@25.2.3",
"_inBundle": false,
"_integrity": "sha512-IP4+5UOAVGoyqC/DiomOeHBUKN6q00gfyT2qpAsRH64tgOKB2yF7FHJXC18OCiU0/YFierACup/zdCOWw0F/0w==",
"_location": "/pretty-format",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pretty-format@25.2.3",
"name": "pretty-format",
"escapedName": "pretty-format",
"rawSpec": "25.2.3",
"saveSpec": null,
"fetchSpec": "25.2.3"
},
"_requiredBy": [
"/@types/jest",
"/jest-diff"
],
"_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.2.3.tgz",
"_spec": "25.2.3",
"_where": ".",
"author": {
"name": "James Kyle",
"email": "me@thejameskyle.com"
},
"browser": "build-es5/index.js",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"@jest/types": "^25.2.3",
"ansi-regex": "^5.0.0",
"ansi-styles": "^4.0.0",
"react-is": "^16.12.0"
},
"description": "Stringify any JavaScript value.",
"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"
},
"gitHead": "6f8bf80c38567ba076ae979af2dedb42b285b2d5",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "pretty-format",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/pretty-format"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.3"
}