package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "jest-util@^24.9.0",
  3. "_id": "jest-util@24.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==",
  6. "_location": "/jest-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-util@^24.9.0",
  12. "name": "jest-util",
  13. "escapedName": "jest-util",
  14. "rawSpec": "^24.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^24.9.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/@jest/reporters",
  21. "/@jest/transform",
  22. "/jest-config",
  23. "/jest-each",
  24. "/jest-environment-jsdom",
  25. "/jest-environment-jsdom-fifteen",
  26. "/jest-environment-node",
  27. "/jest-haste-map",
  28. "/jest-jasmine2",
  29. "/jest-runner",
  30. "/jest-runtime",
  31. "/jest-watcher",
  32. "/jest/jest-cli"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/jest-util/-/jest-util-24.9.0.tgz",
  35. "_shasum": "7396814e48536d2e85a37de3e4c431d7cb140162",
  36. "_spec": "jest-util@^24.9.0",
  37. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@jest\\transform",
  38. "bugs": {
  39. "url": "https://github.com/facebook/jest/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "@jest/console": "^24.9.0",
  44. "@jest/fake-timers": "^24.9.0",
  45. "@jest/source-map": "^24.9.0",
  46. "@jest/test-result": "^24.9.0",
  47. "@jest/types": "^24.9.0",
  48. "callsites": "^3.0.0",
  49. "chalk": "^2.0.1",
  50. "graceful-fs": "^4.1.15",
  51. "is-ci": "^2.0.0",
  52. "mkdirp": "^0.5.1",
  53. "slash": "^2.0.0",
  54. "source-map": "^0.6.0"
  55. },
  56. "deprecated": false,
  57. "devDependencies": {
  58. "@types/graceful-fs": "^4.1.2",
  59. "@types/is-ci": "^2.0.0",
  60. "@types/mkdirp": "^0.5.2",
  61. "@types/slash": "^2.0.0"
  62. },
  63. "engines": {
  64. "node": ">= 6"
  65. },
  66. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
  67. "homepage": "https://github.com/facebook/jest#readme",
  68. "license": "MIT",
  69. "main": "build/index.js",
  70. "name": "jest-util",
  71. "publishConfig": {
  72. "access": "public"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/facebook/jest.git",
  77. "directory": "packages/jest-util"
  78. },
  79. "types": "build/index.d.ts",
  80. "version": "24.9.0"
  81. }