mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 01:36:27 +00:00
29 lines
No EOL
805 B
JSON
29 lines
No EOL
805 B
JSON
{
|
|
"name": "babel-preset-jest",
|
|
"version": "24.6.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/babel-preset-jest"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
|
|
"babel-plugin-jest-hoist": "^24.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "04e6a66d2ba8b18bee080bb28547db74a255d2c7"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-24.6.0.tgz"
|
|
,"_integrity": "sha512-pdZqLEdmy1ZK5kyRUfvBb2IfTPb2BUvIJczlPspS8fWmBQslNNDBqVfh7BW5leOVJMDZKzjD8XEyABTk6gQ5yw=="
|
|
,"_from": "babel-preset-jest@24.6.0"
|
|
} |