package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "jest-watcher@^27.5.1",
  3. "_id": "jest-watcher@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
  6. "_location": "/jest-watcher",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-watcher@^27.5.1",
  12. "name": "jest-watcher",
  13. "escapedName": "jest-watcher",
  14. "rawSpec": "^27.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^27.5.1"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
  22. "_shasum": "71bd85fb9bde3a2c2ec4dc353437971c43c642a2",
  23. "_spec": "jest-watcher@^27.5.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@jest\\core",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@jest/test-result": "^27.5.1",
  31. "@jest/types": "^27.5.1",
  32. "@types/node": "*",
  33. "ansi-escapes": "^4.2.1",
  34. "chalk": "^4.0.0",
  35. "jest-util": "^27.5.1",
  36. "string-length": "^4.0.1"
  37. },
  38. "deprecated": false,
  39. "description": "Delightful JavaScript Testing.",
  40. "engines": {
  41. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  42. },
  43. "exports": {
  44. ".": {
  45. "types": "./build/index.d.ts",
  46. "default": "./build/index.js"
  47. },
  48. "./package.json": "./package.json"
  49. },
  50. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  51. "homepage": "https://jestjs.io/",
  52. "license": "MIT",
  53. "main": "./build/index.js",
  54. "name": "jest-watcher",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/facebook/jest.git",
  61. "directory": "packages/jest-watcher"
  62. },
  63. "types": "./build/index.d.ts",
  64. "version": "27.5.1"
  65. }