ghaction-upx/node_modules/pretty-format/package.json
2020-01-23 08:49:02 +00:00

77 lines
2.1 KiB
JSON

{
"_from": "pretty-format@^25.1.0",
"_id": "pretty-format@25.1.0",
"_inBundle": false,
"_integrity": "sha512-46zLRSGLd02Rp+Lhad9zzuNZ+swunitn8zIpfD2B4OPCRLXbM87RJT2aBLBWYOznNUML/2l/ReMyWNC80PJBUQ==",
"_location": "/pretty-format",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pretty-format@^25.1.0",
"name": "pretty-format",
"escapedName": "pretty-format",
"rawSpec": "^25.1.0",
"saveSpec": null,
"fetchSpec": "^25.1.0"
},
"_requiredBy": [
"/jest-config",
"/jest-diff",
"/jest-each",
"/jest-jasmine2",
"/jest-leak-detector",
"/jest-matcher-utils",
"/jest-snapshot",
"/jest-validate"
],
"_resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-25.1.0.tgz",
"_shasum": "ed869bdaec1356fc5ae45de045e2c8ec7b07b0c8",
"_spec": "pretty-format@^25.1.0",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/jest-config",
"author": {
"name": "James Kyle",
"email": "me@thejameskyle.com"
},
"browser": "build-es5/index.js",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"bundleDependencies": false,
"dependencies": {
"@jest/types": "^25.1.0",
"ansi-regex": "^5.0.0",
"ansi-styles": "^4.0.0",
"react-is": "^16.12.0"
},
"deprecated": false,
"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": "170eee11d03b0ed5c60077982fdbc3bafd403638",
"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",
"version": "25.1.0"
}