package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@jest/source-map@^26.6.2",
  3. "_id": "@jest/source-map@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==",
  6. "_location": "/@jest/source-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jest/source-map@^26.6.2",
  12. "name": "@jest/source-map",
  13. "escapedName": "@jest%2fsource-map",
  14. "scope": "@jest",
  15. "rawSpec": "^26.6.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^26.6.2"
  18. },
  19. "_requiredBy": [
  20. "/jest-jasmine2",
  21. "/jest-runtime"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz",
  24. "_shasum": "29af5e1e2e324cafccc936f218309f54ab69d535",
  25. "_spec": "@jest/source-map@^26.6.2",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-runtime",
  27. "bugs": {
  28. "url": "https://github.com/facebook/jest/issues"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "callsites": "^3.0.0",
  33. "graceful-fs": "^4.2.4",
  34. "source-map": "^0.6.0"
  35. },
  36. "deprecated": false,
  37. "devDependencies": {
  38. "@types/graceful-fs": "^4.1.2"
  39. },
  40. "engines": {
  41. "node": ">= 10.14.2"
  42. },
  43. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  44. "homepage": "https://github.com/facebook/jest#readme",
  45. "license": "MIT",
  46. "main": "build/index.js",
  47. "name": "@jest/source-map",
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/facebook/jest.git",
  54. "directory": "packages/jest-source-map"
  55. },
  56. "types": "build/index.d.ts",
  57. "version": "26.6.2"
  58. }