package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "babel-jest@21.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-jest@21.2.0",
  10. "_id": "babel-jest@21.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-O0W2qLoWu1QOoOGgxiR2JID4O6WSpxPiQanrkyi9SSlM0PJ60Ptzlck47lhtnr9YZO3zYOsxHwnyeWJ6AffoBQ==",
  13. "_location": "/babel-jest",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-jest@21.2.0",
  19. "name": "babel-jest",
  20. "escapedName": "babel-jest",
  21. "rawSpec": "21.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "21.2.0"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-21.2.0.tgz",
  29. "_spec": "21.2.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "dependencies": {
  35. "babel-plugin-istanbul": "^4.0.0",
  36. "babel-preset-jest": "^21.2.0"
  37. },
  38. "description": "Jest plugin to use babel for transformation.",
  39. "devDependencies": {
  40. "babel-core": "^6.0.0"
  41. },
  42. "homepage": "https://github.com/facebook/jest#readme",
  43. "license": "MIT",
  44. "main": "build/index.js",
  45. "name": "babel-jest",
  46. "peerDependencies": {
  47. "babel-core": "^6.0.0 || ^7.0.0-alpha || ^7.0.0-beta || ^7.0.0"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/facebook/jest.git"
  52. },
  53. "version": "21.2.0"
  54. }