mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 08:30:51 +00:00
34 lines
743 B
JSON
34 lines
743 B
JSON
{
|
|
"name": "jest-each",
|
|
"version": "24.9.0",
|
|
"description": "Parameterised tests for Jest",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-each"
|
|
},
|
|
"keywords": [
|
|
"jest",
|
|
"parameterised",
|
|
"test",
|
|
"each"
|
|
],
|
|
"author": "Matt Phillips (mattphillips)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^24.9.0",
|
|
"chalk": "^2.0.1",
|
|
"jest-get-type": "^24.9.0",
|
|
"jest-util": "^24.9.0",
|
|
"pretty-format": "^24.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
|
|
}
|