package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@jest/globals@^27.5.1",
  3. "_id": "@jest/globals@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
  6. "_location": "/@jest/globals",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jest/globals@^27.5.1",
  12. "name": "@jest/globals",
  13. "escapedName": "@jest%2fglobals",
  14. "scope": "@jest",
  15. "rawSpec": "^27.5.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^27.5.1"
  18. },
  19. "_requiredBy": [
  20. "/jest-runtime"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
  23. "_shasum": "7ac06ce57ab966566c7963431cef458434601b2b",
  24. "_spec": "@jest/globals@^27.5.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\jest-runtime",
  26. "bugs": {
  27. "url": "https://github.com/facebook/jest/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@jest/environment": "^27.5.1",
  32. "@jest/types": "^27.5.1",
  33. "expect": "^27.5.1"
  34. },
  35. "deprecated": false,
  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/globals",
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/facebook/jest.git",
  57. "directory": "packages/jest-globals"
  58. },
  59. "types": "./build/index.d.ts",
  60. "version": "27.5.1"
  61. }