package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "jest-haste-map@^26.6.2",
  3. "_id": "jest-haste-map@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==",
  6. "_location": "/jest-haste-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-haste-map@^26.6.2",
  12. "name": "jest-haste-map",
  13. "escapedName": "jest-haste-map",
  14. "rawSpec": "^26.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.6.2"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/@jest/reporters",
  21. "/@jest/test-sequencer",
  22. "/@jest/transform",
  23. "/jest-runner",
  24. "/jest-runtime",
  25. "/jest-snapshot"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.6.2.tgz",
  28. "_shasum": "dd7e60fe7dc0e9f911a23d79c5ff7fb5c2cafeaa",
  29. "_spec": "jest-haste-map@^26.6.2",
  30. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\transform",
  31. "bugs": {
  32. "url": "https://github.com/facebook/jest/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "@jest/types": "^26.6.2",
  37. "@types/graceful-fs": "^4.1.2",
  38. "@types/node": "*",
  39. "anymatch": "^3.0.3",
  40. "fb-watchman": "^2.0.0",
  41. "fsevents": "^2.1.2",
  42. "graceful-fs": "^4.2.4",
  43. "jest-regex-util": "^26.0.0",
  44. "jest-serializer": "^26.6.2",
  45. "jest-util": "^26.6.2",
  46. "jest-worker": "^26.6.2",
  47. "micromatch": "^4.0.2",
  48. "sane": "^4.0.3",
  49. "walker": "^1.0.7"
  50. },
  51. "deprecated": false,
  52. "devDependencies": {
  53. "@jest/test-utils": "^26.6.2",
  54. "@types/anymatch": "^1.3.1",
  55. "@types/fb-watchman": "^2.0.0",
  56. "@types/micromatch": "^4.0.0",
  57. "@types/sane": "^2.0.0",
  58. "jest-snapshot-serializer-raw": "^1.1.0",
  59. "slash": "^3.0.0"
  60. },
  61. "engines": {
  62. "node": ">= 10.14.2"
  63. },
  64. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  65. "homepage": "https://github.com/facebook/jest#readme",
  66. "license": "MIT",
  67. "main": "build/index.js",
  68. "name": "jest-haste-map",
  69. "optionalDependencies": {
  70. "fsevents": "^2.1.2"
  71. },
  72. "publishConfig": {
  73. "access": "public"
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/facebook/jest.git",
  78. "directory": "packages/jest-haste-map"
  79. },
  80. "types": "build/index.d.ts",
  81. "version": "26.6.2"
  82. }