package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "jest-regex-util@^26.0.0",
  3. "_id": "jest-regex-util@26.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==",
  6. "_location": "/jest-regex-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-regex-util@^26.0.0",
  12. "name": "jest-regex-util",
  13. "escapedName": "jest-regex-util",
  14. "rawSpec": "^26.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/core",
  20. "/@jest/transform",
  21. "/expect",
  22. "/jest-config",
  23. "/jest-haste-map",
  24. "/jest-resolve-dependencies",
  25. "/jest-runtime",
  26. "/jest-watch-typeahead"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz",
  29. "_shasum": "d25e7184b36e39fd466c3bc41be0971e821fee28",
  30. "_spec": "jest-regex-util@^26.0.0",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\transform",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "devDependencies": {
  38. "@types/node": "*"
  39. },
  40. "engines": {
  41. "node": ">= 10.14.2"
  42. },
  43. "gitHead": "343532a21f640ac2709c4076eef57e52279542e1",
  44. "homepage": "https://github.com/facebook/jest#readme",
  45. "license": "MIT",
  46. "main": "build/index.js",
  47. "name": "jest-regex-util",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/facebook/jest.git",
  54. "directory": "packages/jest-regex-util"
  55. },
  56. "types": "build/index.d.ts",
  57. "version": "26.0.0"
  58. }