mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"_from": "babel-jest@^25.2.4",
|
|
"_id": "babel-jest@25.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-+yDzlyJVWrqih9i2Cvjpt7COaN8vUwCsKGtxJLzg6I0xhxD54K8mvDUCliPKLufyzHh/c5C4MRj4Vk7VMjOjIg==",
|
|
"_location": "/babel-jest",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-jest@^25.2.4",
|
|
"name": "babel-jest",
|
|
"escapedName": "babel-jest",
|
|
"rawSpec": "^25.2.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^25.2.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-config"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.2.4.tgz",
|
|
"_shasum": "b21b68d3af8f161c3e6e501e91f0dea8e652e344",
|
|
"_spec": "babel-jest@^25.2.4",
|
|
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action/node_modules/jest-config",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@jest/transform": "^25.2.4",
|
|
"@jest/types": "^25.2.3",
|
|
"@types/babel__core": "^7.1.0",
|
|
"babel-plugin-istanbul": "^6.0.0",
|
|
"babel-preset-jest": "^25.2.1",
|
|
"chalk": "^3.0.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Jest plugin to use babel for transformation.",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"gitHead": "324938561c608e0e9dddc008e5dde1589d7abc68",
|
|
"homepage": "https://github.com/facebook/jest#readme",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "babel-jest",
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/jest.git",
|
|
"directory": "packages/babel-jest"
|
|
},
|
|
"types": "build/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"build/*": [
|
|
"build/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"version": "25.2.4"
|
|
}
|