mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-17 19:46:56 +08:00
Add node deps
This commit is contained in:
76
node_modules/jest-circus/package.json
generated
vendored
Normal file
76
node_modules/jest-circus/package.json
generated
vendored
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"_from": "jest-circus@24.9.0",
|
||||
"_id": "jest-circus@24.9.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-dwkvwFtRc9Anmk1XTc+bonVL8rVMZ3CeGMoFWmv1oaQThdAgvfI9bwaFlZp+gLVphNVz6ZLfCWo3ERhS5CeVvA==",
|
||||
"_location": "/jest-circus",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "jest-circus@24.9.0",
|
||||
"name": "jest-circus",
|
||||
"escapedName": "jest-circus",
|
||||
"rawSpec": "24.9.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "24.9.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-24.9.0.tgz",
|
||||
"_shasum": "8a557683636807d537507eac02ba64c95b686485",
|
||||
"_spec": "jest-circus@24.9.0",
|
||||
"_where": "C:\\Users\\david\\source\\julia-runtest",
|
||||
"bugs": {
|
||||
"url": "https://github.com/facebook/jest/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/traverse": "^7.1.0",
|
||||
"@jest/environment": "^24.9.0",
|
||||
"@jest/test-result": "^24.9.0",
|
||||
"@jest/types": "^24.9.0",
|
||||
"chalk": "^2.0.1",
|
||||
"co": "^4.6.0",
|
||||
"expect": "^24.9.0",
|
||||
"is-generator-fn": "^2.0.0",
|
||||
"jest-each": "^24.9.0",
|
||||
"jest-matcher-utils": "^24.9.0",
|
||||
"jest-message-util": "^24.9.0",
|
||||
"jest-snapshot": "^24.9.0",
|
||||
"jest-util": "^24.9.0",
|
||||
"pretty-format": "^24.9.0",
|
||||
"stack-utils": "^1.0.1",
|
||||
"throat": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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": {
|
||||
"@jest/test-utils": "^24.4.0",
|
||||
"@types/babel__traverse": "^7.0.4",
|
||||
"@types/co": "^4.6.0",
|
||||
"@types/stack-utils": "^1.0.1",
|
||||
"execa": "^1.0.0",
|
||||
"jest-runtime": "^24.9.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6"
|
||||
},
|
||||
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
|
||||
"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",
|
||||
"version": "24.9.0"
|
||||
}
|
||||
Reference in New Issue
Block a user