package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@jest/source-map@^27.5.1",
  3. "_id": "@jest/source-map@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
  6. "_location": "/@jest/source-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jest/source-map@^27.5.1",
  12. "name": "@jest/source-map",
  13. "escapedName": "@jest%2fsource-map",
  14. "scope": "@jest",
  15. "rawSpec": "^27.5.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^27.5.1"
  18. },
  19. "_requiredBy": [
  20. "/jest-jasmine2",
  21. "/jest-runtime"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
  24. "_shasum": "6608391e465add4205eae073b55e7f279e04e8cf",
  25. "_spec": "@jest/source-map@^27.5.1",
  26. "_where": "H:\\gs_nuxt\\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.9",
  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.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  42. },
  43. "exports": {
  44. ".": {
  45. "types": "./build/index.d.ts",
  46. "default": "./build/index.js"
  47. },
  48. "./package.json": "./package.json"
  49. },
  50. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  51. "homepage": "https://github.com/facebook/jest#readme",
  52. "license": "MIT",
  53. "main": "./build/index.js",
  54. "name": "@jest/source-map",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/facebook/jest.git",
  61. "directory": "packages/jest-source-map"
  62. },
  63. "types": "./build/index.d.ts",
  64. "version": "27.5.1"
  65. }