package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "jest-changed-files@^24.9.0",
  3. "_id": "jest-changed-files@24.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6aTWpe2mHF0DhL28WjdkO8LyGjs3zItPET4bMSeXU6T3ub4FPMw+mcOcbdGXQOAfmLcxofD23/5Bl9Z4AkFwqg==",
  6. "_location": "/jest-changed-files",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-changed-files@^24.9.0",
  12. "name": "jest-changed-files",
  13. "escapedName": "jest-changed-files",
  14. "rawSpec": "^24.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^24.9.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-24.9.0.tgz",
  22. "_shasum": "08d8c15eb79a7fa3fc98269bc14b451ee82f8039",
  23. "_spec": "jest-changed-files@^24.9.0",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\@jest\\core",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@jest/types": "^24.9.0",
  31. "execa": "^1.0.0",
  32. "throat": "^4.0.0"
  33. },
  34. "deprecated": false,
  35. "description": "A module used internally by Jest to check which files have changed since you last committed in git or hg.",
  36. "devDependencies": {
  37. "@types/execa": "^0.9.0"
  38. },
  39. "engines": {
  40. "node": ">= 6"
  41. },
  42. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1",
  43. "homepage": "https://github.com/facebook/jest#readme",
  44. "license": "MIT",
  45. "main": "build/index.js",
  46. "name": "jest-changed-files",
  47. "publishConfig": {
  48. "access": "public"
  49. },
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/facebook/jest.git",
  53. "directory": "packages/jest-changed-files"
  54. },
  55. "types": "build/index.d.ts",
  56. "version": "24.9.0"
  57. }