package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "jest-util@^27.5.1",
  3. "_id": "jest-util@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
  6. "_location": "/jest-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-util@^27.5.1",
  12. "name": "jest-util",
  13. "escapedName": "jest-util",
  14. "rawSpec": "^27.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^27.5.1"
  17. },
  18. "_requiredBy": [
  19. "/@jest/console",
  20. "/@jest/core",
  21. "/@jest/fake-timers",
  22. "/@jest/reporters",
  23. "/@jest/transform",
  24. "/jest-circus",
  25. "/jest-config",
  26. "/jest-each",
  27. "/jest-environment-jsdom",
  28. "/jest-environment-node",
  29. "/jest-haste-map",
  30. "/jest-jasmine2",
  31. "/jest-resolve",
  32. "/jest-runner",
  33. "/jest-runtime",
  34. "/jest-snapshot",
  35. "/jest-watcher",
  36. "/jest/jest-cli"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
  39. "_shasum": "3ba9771e8e31a0b85da48fe0b0891fb86c01c2f9",
  40. "_spec": "jest-util@^27.5.1",
  41. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\transform",
  42. "bugs": {
  43. "url": "https://github.com/facebook/jest/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "@jest/types": "^27.5.1",
  48. "@types/node": "*",
  49. "chalk": "^4.0.0",
  50. "ci-info": "^3.2.0",
  51. "graceful-fs": "^4.2.9",
  52. "picomatch": "^2.2.3"
  53. },
  54. "deprecated": false,
  55. "devDependencies": {
  56. "@types/graceful-fs": "^4.1.2",
  57. "@types/micromatch": "^4.0.1",
  58. "@types/picomatch": "^2.2.2"
  59. },
  60. "engines": {
  61. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  62. },
  63. "exports": {
  64. ".": {
  65. "types": "./build/index.d.ts",
  66. "default": "./build/index.js"
  67. },
  68. "./package.json": "./package.json"
  69. },
  70. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  71. "homepage": "https://github.com/facebook/jest#readme",
  72. "license": "MIT",
  73. "main": "./build/index.js",
  74. "name": "jest-util",
  75. "publishConfig": {
  76. "access": "public"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/facebook/jest.git",
  81. "directory": "packages/jest-util"
  82. },
  83. "types": "./build/index.d.ts",
  84. "version": "27.5.1"
  85. }