65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"_from": "babel-plugin-jest-hoist@^25.5.0",
|
|
"_id": "babel-plugin-jest-hoist@25.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-u+/W+WAjMlvoocYGTwthAiQSxDcJAyHpQ6oWlHdFZaaN+Rlk8Q7iiwDPg2lN/FyJtAYnKjFxbn7xus4HCFkg5g==",
|
|
"_location": "/babel-plugin-jest-hoist",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-plugin-jest-hoist@^25.5.0",
|
|
"name": "babel-plugin-jest-hoist",
|
|
"escapedName": "babel-plugin-jest-hoist",
|
|
"rawSpec": "^25.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^25.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-preset-jest"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-25.5.0.tgz",
|
|
"_shasum": "129c80ba5c7fc75baf3a45b93e2e372d57ca2677",
|
|
"_spec": "babel-plugin-jest-hoist@^25.5.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/babel-preset-jest",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/jest/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/template": "^7.3.3",
|
|
"@babel/types": "^7.3.3",
|
|
"@types/babel__traverse": "^7.0.6"
|
|
},
|
|
"deprecated": false,
|
|
"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": {
|
|
"@types/node": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"gitHead": "ddd73d18adfb982b9b0d94bad7d41c9f78567ca7",
|
|
"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.5.0"
|
|
}
|