package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "jest-haste-map@^24.9.0",
  3. "_id": "jest-haste-map@24.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ==",
  6. "_location": "/jest-haste-map",
  7. "_phantomChildren": {
  8. "bindings": "1.5.0",
  9. "micromatch": "3.1.10",
  10. "nan": "2.15.0",
  11. "remove-trailing-separator": "1.1.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "jest-haste-map@^24.9.0",
  17. "name": "jest-haste-map",
  18. "escapedName": "jest-haste-map",
  19. "rawSpec": "^24.9.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^24.9.0"
  22. },
  23. "_requiredBy": [
  24. "/@jest/core",
  25. "/@jest/reporters",
  26. "/@jest/test-sequencer",
  27. "/@jest/transform",
  28. "/jest-runner",
  29. "/jest-runtime"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-24.9.0.tgz",
  32. "_shasum": "b38a5d64274934e21fa417ae9a9fbeb77ceaac7d",
  33. "_spec": "jest-haste-map@^24.9.0",
  34. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@jest\\transform",
  35. "bugs": {
  36. "url": "https://github.com/facebook/jest/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@jest/types": "^24.9.0",
  41. "anymatch": "^2.0.0",
  42. "fb-watchman": "^2.0.0",
  43. "fsevents": "^1.2.7",
  44. "graceful-fs": "^4.1.15",
  45. "invariant": "^2.2.4",
  46. "jest-serializer": "^24.9.0",
  47. "jest-util": "^24.9.0",
  48. "jest-worker": "^24.9.0",
  49. "micromatch": "^3.1.10",
  50. "sane": "^4.0.3",
  51. "walker": "^1.0.7"
  52. },
  53. "deprecated": false,
  54. "devDependencies": {
  55. "@types/anymatch": "^1.3.1",
  56. "@types/fb-watchman": "^2.0.0",
  57. "@types/fsevents": "^1.1.0",
  58. "@types/graceful-fs": "^4.1.2",
  59. "@types/invariant": "^2.2.29",
  60. "@types/micromatch": "^3.1.0",
  61. "@types/sane": "^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-haste-map",
  71. "optionalDependencies": {
  72. "fsevents": "^1.2.7"
  73. },
  74. "publishConfig": {
  75. "access": "public"
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/facebook/jest.git",
  80. "directory": "packages/jest-haste-map"
  81. },
  82. "types": "build/index.d.ts",
  83. "version": "24.9.0"
  84. }