github-pages-deploy-action/node_modules/babel-plugin-jest-hoist/package.json

35 lines
709 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "babel-plugin-jest-hoist",
2020-04-30 20:40:07 +08:00
"version": "25.5.0",
2020-03-31 20:57:48 +08:00
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/babel-plugin-jest-hoist"
2020-03-31 20:42:07 +08:00
},
"engines": {
"node": ">= 8.3"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
2020-03-31 20:57:48 +08:00
"dependencies": {
2020-04-30 20:40:07 +08:00
"@babel/template": "^7.3.3",
"@babel/types": "^7.3.3",
2020-03-31 20:57:48 +08:00
"@types/babel__traverse": "^7.0.6"
},
"devDependencies": {
"@types/node": "*"
},
"publishConfig": {
"access": "public"
},
2020-04-30 20:40:07 +08:00
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7"
2020-03-31 20:42:07 +08:00
}