mirror of
https://github.com/actions/setup-python.git
synced 2025-06-30 06:33:47 +00:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
95
node_modules/jest/package.json
generated
vendored
Normal file
95
node_modules/jest/package.json
generated
vendored
Normal file
|
@ -0,0 +1,95 @@
|
|||
{
|
||||
"_from": "jest@^24.8.0",
|
||||
"_id": "jest@24.8.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-o0HM90RKFRNWmAWvlyV8i5jGZ97pFwkeVoGvPW1EtLTgJc2+jcuqcbbqcSZLE/3f2S5pt0y2ZBETuhpWNl1Reg==",
|
||||
"_location": "/jest",
|
||||
"_phantomChildren": {
|
||||
"@jest/core": "24.8.0",
|
||||
"@jest/test-result": "24.8.0",
|
||||
"@jest/types": "24.8.0",
|
||||
"chalk": "2.4.2",
|
||||
"exit": "0.1.2",
|
||||
"import-local": "2.0.0",
|
||||
"is-ci": "2.0.0",
|
||||
"jest-config": "24.8.0",
|
||||
"jest-util": "24.8.0",
|
||||
"jest-validate": "24.8.0",
|
||||
"prompts": "2.1.0",
|
||||
"realpath-native": "1.1.0",
|
||||
"yargs": "12.0.5"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "jest@^24.8.0",
|
||||
"name": "jest",
|
||||
"escapedName": "jest",
|
||||
"rawSpec": "^24.8.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^24.8.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jest/-/jest-24.8.0.tgz",
|
||||
"_shasum": "d5dff1984d0d1002196e9b7f12f75af1b2809081",
|
||||
"_spec": "jest@^24.8.0",
|
||||
"_where": "E:\\github\\setup-python",
|
||||
"bin": {
|
||||
"jest": "./bin/jest.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"import-local": "^2.0.0",
|
||||
"jest-cli": "^24.8.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Delightful JavaScript Testing.",
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4",
|
||||
"homepage": "https://jestjs.io/",
|
||||
"keywords": [
|
||||
"ava",
|
||||
"babel",
|
||||
"coverage",
|
||||
"easy",
|
||||
"expect",
|
||||
"facebook",
|
||||
"immersive",
|
||||
"instant",
|
||||
"jasmine",
|
||||
"jest",
|
||||
"jsdom",
|
||||
"mocha",
|
||||
"mocking",
|
||||
"painless",
|
||||
"qunit",
|
||||
"runner",
|
||||
"sandboxed",
|
||||
"snapshot",
|
||||
"tap",
|
||||
"tape",
|
||||
"test",
|
||||
"testing",
|
||||
"typescript",
|
||||
"watch"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "build/jest.js",
|
||||
"name": "jest",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/facebook/jest.git"
|
||||
},
|
||||
"types": "build/jest.d.ts",
|
||||
"version": "24.8.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue