mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"_from": "jest-config@^25.2.4",
|
|
"_id": "jest-config@25.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-fxy3nIpwJqOUQJRVF/q+pNQb6dv5b9YufOeCbpPZJ/md1zXpiupbhfehpfODhnKOfqbzSiigtSLzlWWmbRxnqQ==",
|
|
"_location": "/jest-config",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "jest-config@^25.2.4",
|
|
"name": "jest-config",
|
|
"escapedName": "jest-config",
|
|
"rawSpec": "^25.2.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^25.2.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jest/core",
|
|
"/jest-runner",
|
|
"/jest-runtime",
|
|
"/jest/jest-cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jest-config/-/jest-config-25.2.4.tgz",
|
|
"_shasum": "f4f33238979f225683179c89d1e402893008975d",
|
|
"_spec": "jest-config@^25.2.4",
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/@jest/core",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/core": "^7.1.0",
|
|
"@jest/test-sequencer": "^25.2.4",
|
|
"@jest/types": "^25.2.3",
|
|
"babel-jest": "^25.2.4",
|
|
"chalk": "^3.0.0",
|
|
"deepmerge": "^4.2.2",
|
|
"glob": "^7.1.1",
|
|
"jest-environment-jsdom": "^25.2.4",
|
|
"jest-environment-node": "^25.2.4",
|
|
"jest-get-type": "^25.2.1",
|
|
"jest-jasmine2": "^25.2.4",
|
|
"jest-regex-util": "^25.2.1",
|
|
"jest-resolve": "^25.2.3",
|
|
"jest-util": "^25.2.3",
|
|
"jest-validate": "^25.2.3",
|
|
"micromatch": "^4.0.2",
|
|
"pretty-format": "^25.2.3",
|
|
"realpath-native": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"devDependencies": {
|
|
"@types/babel__core": "^7.0.4",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/micromatch": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68",
|
|
"homepage": "https://github.com/facebook/jest#readme",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "jest-config",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-config"
|
|
},
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"version": "25.2.4"
|
|
}
|