package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "babel-plugin-jest-hoist@^26.6.2",
  3. "_id": "babel-plugin-jest-hoist@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==",
  6. "_location": "/babel-plugin-jest-hoist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-jest-hoist@^26.6.2",
  12. "name": "babel-plugin-jest-hoist",
  13. "escapedName": "babel-plugin-jest-hoist",
  14. "rawSpec": "^26.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.6.2"
  17. },
  18. "_requiredBy": [
  19. "/babel-preset-jest"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-26.6.2.tgz",
  22. "_shasum": "8185bd030348d254c6d7dd974355e6a28b21e62d",
  23. "_spec": "babel-plugin-jest-hoist@^26.6.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\babel-preset-jest",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@babel/template": "^7.3.3",
  31. "@babel/types": "^7.3.3",
  32. "@types/babel__core": "^7.0.0",
  33. "@types/babel__traverse": "^7.0.6"
  34. },
  35. "deprecated": false,
  36. "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).",
  37. "devDependencies": {
  38. "@babel/core": "^7.11.6",
  39. "@babel/preset-react": "^7.12.1",
  40. "@types/babel__template": "^7.0.2",
  41. "@types/node": "*",
  42. "@types/prettier": "^2.0.0",
  43. "babel-plugin-tester": "^10.0.0",
  44. "prettier": "^2.1.1"
  45. },
  46. "engines": {
  47. "node": ">= 10.14.2"
  48. },
  49. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  50. "homepage": "https://github.com/facebook/jest#readme",
  51. "license": "MIT",
  52. "main": "build/index.js",
  53. "name": "babel-plugin-jest-hoist",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/facebook/jest.git",
  60. "directory": "packages/babel-plugin-jest-hoist"
  61. },
  62. "types": "build/index.d.ts",
  63. "version": "26.6.2"
  64. }