login/node_modules/jest-circus/package.json
Rakesh Kumar 807bb60301
Update build files and add node_modules (#54)
* update build files

* add node_modules
2020-09-23 12:15:33 +05:30

147 lines
4.2 KiB
JSON

{
"_args": [
[
"jest-circus@25.2.7",
"C:\\WD\\GitHub\\Github-Actions\\github-actions"
]
],
"_development": true,
"_from": "jest-circus@25.2.7",
"_id": "jest-circus@25.2.7",
"_inBundle": false,
"_integrity": "sha512-iwCyLrsMDivVbE3O5I1dtxWzqZX6h0r7EpJ3klqEsrBYp/AmdEBURI70GIwHCapaalcLSPjW3do+m8cQIx+SHw==",
"_location": "/jest-circus",
"_phantomChildren": {
"@babel/code-frame": "7.8.3",
"@babel/core": "7.9.0",
"@babel/plugin-syntax-bigint": "7.8.3",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@babel/traverse": "7.9.0",
"@babel/types": "7.9.0",
"@types/babel__core": "7.1.6",
"@types/babel__traverse": "7.0.9",
"@types/istanbul-lib-coverage": "2.0.1",
"@types/istanbul-reports": "1.1.1",
"@types/prettier": "1.19.1",
"@types/stack-utils": "1.0.1",
"@types/yargs": "15.0.4",
"ansi-styles": "4.2.1",
"anymatch": "3.1.1",
"babel-plugin-istanbul": "6.0.0",
"browser-resolve": "1.11.3",
"callsites": "3.1.0",
"camelcase": "5.3.1",
"chalk": "3.0.0",
"co": "4.6.0",
"collect-v8-coverage": "1.0.0",
"convert-source-map": "1.7.0",
"deepmerge": "4.2.2",
"detect-newline": "3.1.0",
"exit": "0.1.2",
"fast-json-stable-stringify": "2.1.0",
"fb-watchman": "2.0.1",
"fsevents": "2.1.2",
"glob": "7.1.6",
"graceful-fs": "4.2.3",
"is-ci": "2.0.0",
"is-generator-fn": "2.1.0",
"jest-pnp-resolver": "1.2.1",
"jsdom": "15.2.1",
"leven": "3.1.0",
"lolex": "5.1.2",
"make-dir": "3.0.2",
"merge-stream": "2.0.0",
"micromatch": "4.0.2",
"natural-compare": "1.4.0",
"pirates": "4.0.1",
"react-is": "16.13.1",
"realpath-native": "2.0.0",
"resolve": "1.15.1",
"sane": "4.1.0",
"semver": "6.3.0",
"slash": "3.0.0",
"source-map": "0.6.1",
"source-map-support": "0.5.16",
"stack-utils": "1.0.2",
"strip-bom": "4.0.0",
"supports-color": "7.1.0",
"throat": "5.0.0",
"walker": "1.0.7",
"which": "2.0.2",
"write-file-atomic": "3.0.3",
"yargs": "15.3.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "jest-circus@25.2.7",
"name": "jest-circus",
"escapedName": "jest-circus",
"rawSpec": "25.2.7",
"saveSpec": null,
"fetchSpec": "25.2.7"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-25.2.7.tgz",
"_spec": "25.2.7",
"_where": "C:\\WD\\GitHub\\Github-Actions\\github-actions",
"bugs": {
"url": "https://github.com/facebook/jest/issues"
},
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^25.2.6",
"@jest/test-result": "^25.2.6",
"@jest/types": "^25.2.6",
"chalk": "^3.0.0",
"co": "^4.6.0",
"expect": "^25.2.7",
"is-generator-fn": "^2.0.0",
"jest-each": "^25.2.6",
"jest-matcher-utils": "^25.2.7",
"jest-message-util": "^25.2.6",
"jest-runtime": "^25.2.7",
"jest-snapshot": "^25.2.7",
"jest-util": "^25.2.6",
"pretty-format": "^25.2.6",
"stack-utils": "^1.0.1",
"throat": "^5.0.0"
},
"description": "<h1 align=\"center\"> <img src=\"https://jestjs.io/img/jest.png\" height=\"150\" width=\"150\"/> <img src=\"https://jestjs.io/img/circus.png\" height=\"150\" width=\"150\"/> <p align=\"center\">jest-circus</p> <p align=\"center\">The next-gen test runner for Jest</p> </h1>",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/register": "^7.0.0",
"@jest/test-utils": "^25.2.6",
"@types/babel__traverse": "^7.0.4",
"@types/co": "^4.6.0",
"@types/stack-utils": "^1.0.1",
"execa": "^3.2.0"
},
"engines": {
"node": ">= 8.3"
},
"gitHead": "3c2fa9347b86460b5dfc558f033b8d4eec0ff8e1",
"homepage": "https://github.com/facebook/jest#readme",
"license": "MIT",
"main": "build/index.js",
"name": "jest-circus",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/jest.git",
"directory": "packages/jest-circus"
},
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"version": "25.2.7"
}