source: frontend/node_modules/jest-each/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 937 bytes
RevLine 
[9af201e]1{
2 "name": "jest-each",
3 "version": "27.5.1",
4 "description": "Parameterised tests for Jest",
5 "main": "./build/index.js",
6 "types": "./build/index.d.ts",
7 "exports": {
8 ".": {
9 "types": "./build/index.d.ts",
10 "default": "./build/index.js"
11 },
12 "./package.json": "./package.json"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/facebook/jest.git",
17 "directory": "packages/jest-each"
18 },
19 "keywords": [
20 "jest",
21 "parameterised",
22 "test",
23 "each"
24 ],
25 "author": "Matt Phillips (mattphillips)",
26 "license": "MIT",
27 "dependencies": {
28 "@jest/types": "^27.5.1",
29 "chalk": "^4.0.0",
30 "jest-get-type": "^27.5.1",
31 "jest-util": "^27.5.1",
32 "pretty-format": "^27.5.1"
33 },
34 "engines": {
35 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
36 },
37 "publishConfig": {
38 "access": "public"
39 },
40 "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
41}
Note: See TracBrowser for help on using the repository browser.