package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "jest-watcher@^26.6.2",
  3. "_id": "jest-watcher@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==",
  6. "_location": "/jest-watcher",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-watcher@^26.6.2",
  12. "name": "jest-watcher",
  13. "escapedName": "jest-watcher",
  14. "rawSpec": "^26.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.6.2"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/jest-watch-typeahead"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-26.6.2.tgz",
  23. "_shasum": "a5b683b8f9d68dbcb1d7dae32172d2cca0592975",
  24. "_spec": "jest-watcher@^26.6.2",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\core",
  26. "bugs": {
  27. "url": "https://github.com/facebook/jest/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@jest/test-result": "^26.6.2",
  32. "@jest/types": "^26.6.2",
  33. "@types/node": "*",
  34. "ansi-escapes": "^4.2.1",
  35. "chalk": "^4.0.0",
  36. "jest-util": "^26.6.2",
  37. "string-length": "^4.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Delightful JavaScript Testing.",
  41. "engines": {
  42. "node": ">= 10.14.2"
  43. },
  44. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  45. "homepage": "https://jestjs.io/",
  46. "license": "MIT",
  47. "main": "build/index.js",
  48. "name": "jest-watcher",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/facebook/jest.git",
  55. "directory": "packages/jest-watcher"
  56. },
  57. "types": "build/index.d.ts",
  58. "version": "26.6.2"
  59. }