2020-03-31 20:42:07 +08:00
{
2020-03-31 20:54:32 +08:00
"_args" : [
[
"babel-plugin-jest-hoist@25.2.1" ,
"."
]
] ,
"_development" : true ,
"_from" : "babel-plugin-jest-hoist@25.2.1" ,
2020-03-31 20:42:07 +08:00
"_id" : "babel-plugin-jest-hoist@25.2.1" ,
"_inBundle" : false ,
"_integrity" : "sha512-HysbCQfJhxLlyxDbKcB2ucGYV0LjqK4h6dBoI3RtFuOxTiTWK6XGZMsHb0tGh8iJdV4hC6Z2GCHzVvDeh9i0lQ==" ,
"_location" : "/babel-plugin-jest-hoist" ,
"_phantomChildren" : { } ,
"_requested" : {
2020-03-31 20:54:32 +08:00
"type" : "version" ,
2020-03-31 20:42:07 +08:00
"registry" : true ,
2020-03-31 20:54:32 +08:00
"raw" : "babel-plugin-jest-hoist@25.2.1" ,
2020-03-31 20:42:07 +08:00
"name" : "babel-plugin-jest-hoist" ,
"escapedName" : "babel-plugin-jest-hoist" ,
2020-03-31 20:54:32 +08:00
"rawSpec" : "25.2.1" ,
2020-03-31 20:42:07 +08:00
"saveSpec" : null ,
2020-03-31 20:54:32 +08:00
"fetchSpec" : "25.2.1"
2020-03-31 20:42:07 +08:00
} ,
"_requiredBy" : [
"/babel-preset-jest"
] ,
"_resolved" : "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.2.1.tgz" ,
2020-03-31 20:54:32 +08:00
"_spec" : "25.2.1" ,
"_where" : "." ,
2020-03-31 20:42:07 +08:00
"bugs" : {
"url" : "https://github.com/facebook/jest/issues"
} ,
"dependencies" : {
"@types/babel__traverse" : "^7.0.6"
} ,
"description" : "Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jest)." ,
"devDependencies" : {
"@babel/types" : "^7.3.3" ,
"@types/node" : "*"
} ,
"engines" : {
"node" : ">= 8.3"
} ,
"gitHead" : "a679390828b6c30aeaa547d8c4dc9aed6531e357" ,
"homepage" : "https://github.com/facebook/jest#readme" ,
"license" : "MIT" ,
"main" : "build/index.js" ,
"name" : "babel-plugin-jest-hoist" ,
"publishConfig" : {
"access" : "public"
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/facebook/jest.git" ,
"directory" : "packages/babel-plugin-jest-hoist"
} ,
"types" : "build/index.d.ts" ,
"typesVersions" : {
"<3.8" : {
"build/*" : [
"build/ts3.4/*"
]
}
} ,
"version" : "25.2.1"
}