package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "jest-haste-map@^27.5.1",
  3. "_id": "jest-haste-map@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
  6. "_location": "/jest-haste-map",
  7. "_phantomChildren": {
  8. "@types/node": "17.0.24",
  9. "merge-stream": "2.0.0",
  10. "picomatch": "2.3.1"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "jest-haste-map@^27.5.1",
  16. "name": "jest-haste-map",
  17. "escapedName": "jest-haste-map",
  18. "rawSpec": "^27.5.1",
  19. "saveSpec": null,
  20. "fetchSpec": "^27.5.1"
  21. },
  22. "_requiredBy": [
  23. "/@jest/core",
  24. "/@jest/reporters",
  25. "/@jest/test-sequencer",
  26. "/@jest/transform",
  27. "/jest-resolve",
  28. "/jest-runner",
  29. "/jest-runtime",
  30. "/jest-snapshot"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
  33. "_shasum": "9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f",
  34. "_spec": "jest-haste-map@^27.5.1",
  35. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\transform",
  36. "bugs": {
  37. "url": "https://github.com/facebook/jest/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@jest/types": "^27.5.1",
  42. "@types/graceful-fs": "^4.1.2",
  43. "@types/node": "*",
  44. "anymatch": "^3.0.3",
  45. "fb-watchman": "^2.0.0",
  46. "fsevents": "^2.3.2",
  47. "graceful-fs": "^4.2.9",
  48. "jest-regex-util": "^27.5.1",
  49. "jest-serializer": "^27.5.1",
  50. "jest-util": "^27.5.1",
  51. "jest-worker": "^27.5.1",
  52. "micromatch": "^4.0.4",
  53. "walker": "^1.0.7"
  54. },
  55. "deprecated": false,
  56. "devDependencies": {
  57. "@jest/test-utils": "^27.5.1",
  58. "@types/fb-watchman": "^2.0.0",
  59. "@types/micromatch": "^4.0.1",
  60. "slash": "^3.0.0"
  61. },
  62. "engines": {
  63. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  64. },
  65. "exports": {
  66. ".": {
  67. "types": "./build/index.d.ts",
  68. "default": "./build/index.js"
  69. },
  70. "./package.json": "./package.json"
  71. },
  72. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  73. "homepage": "https://github.com/facebook/jest#readme",
  74. "license": "MIT",
  75. "main": "./build/index.js",
  76. "name": "jest-haste-map",
  77. "optionalDependencies": {
  78. "fsevents": "^2.3.2"
  79. },
  80. "publishConfig": {
  81. "access": "public"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/facebook/jest.git",
  86. "directory": "packages/jest-haste-map"
  87. },
  88. "types": "./build/index.d.ts",
  89. "version": "27.5.1"
  90. }