package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "_from": "babel-plugin-jest-hoist@^23.2.0",
  3. "_id": "babel-plugin-jest-hoist@23.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-N0MlMjZtahXK0yb0K3V9hWPrq5e7tThbghvDr0k3X75UuOOqwsWW6mk8XHD2QvEC0Ca9dLIfTgNU36TeJD6Hnw==",
  6. "_location": "/babel-plugin-jest-hoist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "babel-plugin-jest-hoist@^23.2.0",
  12. "name": "babel-plugin-jest-hoist",
  13. "escapedName": "babel-plugin-jest-hoist",
  14. "rawSpec": "^23.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^23.2.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-preset-jest"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz",
  22. "_shasum": "e61fae05a1ca8801aadee57a6d66b8cefaf44167",
  23. "_spec": "babel-plugin-jest-hoist@^23.2.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\babel-preset-jest",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "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).",
  31. "homepage": "https://github.com/facebook/jest#readme",
  32. "license": "MIT",
  33. "main": "build/index.js",
  34. "name": "babel-plugin-jest-hoist",
  35. "repository": {
  36. "type": "git",
  37. "url": "git+https://github.com/facebook/jest.git"
  38. },
  39. "version": "23.2.0"
  40. }