mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
44 lines
965 B
JSON
44 lines
965 B
JSON
{
|
|
"name": "jest-resolve",
|
|
"version": "25.5.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-resolve"
|
|
},
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@jest/types": "^25.5.0",
|
|
"browser-resolve": "^1.11.3",
|
|
"chalk": "^3.0.0",
|
|
"graceful-fs": "^4.2.4",
|
|
"jest-pnp-resolver": "^1.2.1",
|
|
"read-pkg-up": "^7.0.1",
|
|
"realpath-native": "^2.0.0",
|
|
"resolve": "^1.17.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/browser-resolve": "^1.11.0",
|
|
"@types/graceful-fs": "^4.1.3",
|
|
"@types/resolve": "^1.14.0",
|
|
"jest-haste-map": "^25.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "c5f2fd756331895b8177a19304feb49657687e22"
|
|
}
|