package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "jest-changed-files@^26.6.2",
  3. "_id": "jest-changed-files@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==",
  6. "_location": "/jest-changed-files",
  7. "_phantomChildren": {
  8. "human-signals": "1.1.1",
  9. "isexe": "2.0.0",
  10. "merge-stream": "2.0.0",
  11. "onetime": "5.1.2",
  12. "pump": "3.0.0",
  13. "signal-exit": "3.0.3",
  14. "strip-final-newline": "2.0.0"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "jest-changed-files@^26.6.2",
  20. "name": "jest-changed-files",
  21. "escapedName": "jest-changed-files",
  22. "rawSpec": "^26.6.2",
  23. "saveSpec": null,
  24. "fetchSpec": "^26.6.2"
  25. },
  26. "_requiredBy": [
  27. "/@jest/core"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-26.6.2.tgz",
  30. "_shasum": "f6198479e1cc66f22f9ae1e22acaa0b429c042d0",
  31. "_spec": "jest-changed-files@^26.6.2",
  32. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\core",
  33. "bugs": {
  34. "url": "https://github.com/facebook/jest/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "@jest/types": "^26.6.2",
  39. "execa": "^4.0.0",
  40. "throat": "^5.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "A module used internally by Jest to check which files have changed since you last committed in git or hg.",
  44. "engines": {
  45. "node": ">= 10.14.2"
  46. },
  47. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  48. "homepage": "https://github.com/facebook/jest#readme",
  49. "license": "MIT",
  50. "main": "build/index.js",
  51. "name": "jest-changed-files",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/facebook/jest.git",
  58. "directory": "packages/jest-changed-files"
  59. },
  60. "types": "build/index.d.ts",
  61. "version": "26.6.2"
  62. }