github-pages-deploy-action/node_modules/@jest/globals/package.json

32 lines
625 B
JSON
Raw Normal View History

2020-04-30 20:40:07 +08:00
{
"name": "@jest/globals",
"version": "25.5.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-globals"
},
"engines": {
"node": ">= 8.3"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/environment": "^25.5.0",
"@jest/types": "^25.5.0",
"expect": "^25.5.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
}