package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "jest-changed-files@^27.5.1",
  3. "_id": "jest-changed-files@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
  6. "_location": "/jest-changed-files",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-changed-files@^27.5.1",
  12. "name": "jest-changed-files",
  13. "escapedName": "jest-changed-files",
  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-changed-files/-/jest-changed-files-27.5.1.tgz",
  22. "_shasum": "a348aed00ec9bf671cc58a66fcbe7c3dfd6a68f5",
  23. "_spec": "jest-changed-files@^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/types": "^27.5.1",
  31. "execa": "^5.0.0",
  32. "throat": "^6.0.1"
  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. "engines": {
  37. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  38. },
  39. "exports": {
  40. ".": {
  41. "types": "./build/index.d.ts",
  42. "default": "./build/index.js"
  43. },
  44. "./package.json": "./package.json"
  45. },
  46. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  47. "homepage": "https://github.com/facebook/jest#readme",
  48. "license": "MIT",
  49. "main": "./build/index.js",
  50. "name": "jest-changed-files",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/facebook/jest.git",
  57. "directory": "packages/jest-changed-files"
  58. },
  59. "types": "./build/index.d.ts",
  60. "version": "27.5.1"
  61. }