mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 14:43:47 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
79
node_modules/pretty-format/package.json
generated
vendored
Normal file
79
node_modules/pretty-format/package.json
generated
vendored
Normal file
|
@ -0,0 +1,79 @@
|
|||
{
|
||||
"_from": "pretty-format@^24.8.0",
|
||||
"_id": "pretty-format@24.8.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-P952T7dkrDEplsR+TuY7q3VXDae5Sr7zmQb12JU/NDQa/3CH7/QW0yvqLcGN6jL+zQFKaoJcPc+yJxMTGmosqw==",
|
||||
"_location": "/pretty-format",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pretty-format@^24.8.0",
|
||||
"name": "pretty-format",
|
||||
"escapedName": "pretty-format",
|
||||
"rawSpec": "^24.8.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^24.8.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-circus",
|
||||
"/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-24.8.0.tgz",
|
||||
"_shasum": "8dae7044f58db7cb8be245383b565a963e3c27f2",
|
||||
"_spec": "pretty-format@^24.8.0",
|
||||
"_where": "E:\\github\\setup-python\\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": "^24.8.0",
|
||||
"ansi-regex": "^4.0.0",
|
||||
"ansi-styles": "^3.2.0",
|
||||
"react-is": "^16.8.4"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Stringify any JavaScript value.",
|
||||
"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"
|
||||
},
|
||||
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
|
||||
"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": "24.8.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue