package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-jest-hoist@23.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-jest-hoist@23.2.0",
  10. "_id": "babel-plugin-jest-hoist@23.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5h+uBaHKiAGq3uV6bWa4zvr0QWc=",
  13. "_location": "/babel-plugin-jest-hoist",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-plugin-jest-hoist@23.2.0",
  19. "name": "babel-plugin-jest-hoist",
  20. "escapedName": "babel-plugin-jest-hoist",
  21. "rawSpec": "23.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "23.2.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-preset-jest"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/babel-plugin-jest-hoist/download/babel-plugin-jest-hoist-23.2.0.tgz",
  29. "_spec": "23.2.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "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).",
  35. "homepage": "https://github.com/facebook/jest#readme",
  36. "license": "MIT",
  37. "main": "build/index.js",
  38. "name": "babel-plugin-jest-hoist",
  39. "repository": {
  40. "type": "git",
  41. "url": "git+https://github.com/facebook/jest.git"
  42. },
  43. "version": "23.2.0"
  44. }