mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
38 lines
No EOL
961 B
JSON
38 lines
No EOL
961 B
JSON
{
|
|
"name": "jest-each",
|
|
"version": "24.8.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.8.0",
|
|
"chalk": "^2.0.1",
|
|
"jest-get-type": "^24.8.0",
|
|
"jest-util": "^24.8.0",
|
|
"pretty-format": "^24.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/jest-each/-/jest-each-24.8.0.tgz"
|
|
,"_integrity": "sha512-NrwK9gaL5+XgrgoCsd9svsoWdVkK4gnvyhcpzd6m487tXHqIdYeykgq3MKI1u4I+5Zf0tofr70at9dWJDeb+BA=="
|
|
,"_from": "jest-each@24.8.0"
|
|
} |