Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
4a983766a0
commit
52d71d28bd
41
node_modules/jest-each/package.json
generated
vendored
Normal file
41
node_modules/jest-each/package.json
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "jest-each",
|
||||
"version": "28.1.1",
|
||||
"description": "Parameterised tests for Jest",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./build/index.d.ts",
|
||||
"default": "./build/index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"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": "^28.1.1",
|
||||
"chalk": "^4.0.0",
|
||||
"jest-get-type": "^28.0.2",
|
||||
"jest-util": "^28.1.1",
|
||||
"pretty-format": "^28.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"gitHead": "eb954f8874960920ac50a8f976bb333fbb06ada9"
|
||||
}
|
Reference in New Issue
Block a user