package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "jest-jasmine2@^27.5.1",
  3. "_id": "jest-jasmine2@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
  6. "_location": "/jest-jasmine2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-jasmine2@^27.5.1",
  12. "name": "jest-jasmine2",
  13. "escapedName": "jest-jasmine2",
  14. "rawSpec": "^27.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^27.5.1"
  17. },
  18. "_requiredBy": [
  19. "/jest-config"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
  22. "_shasum": "a037b0034ef49a9f3d71c4375a796f3b230d1ac4",
  23. "_spec": "jest-jasmine2@^27.5.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\jest-config",
  25. "bugs": {
  26. "url": "https://github.com/facebook/jest/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "@jest/environment": "^27.5.1",
  31. "@jest/source-map": "^27.5.1",
  32. "@jest/test-result": "^27.5.1",
  33. "@jest/types": "^27.5.1",
  34. "@types/node": "*",
  35. "chalk": "^4.0.0",
  36. "co": "^4.6.0",
  37. "expect": "^27.5.1",
  38. "is-generator-fn": "^2.0.0",
  39. "jest-each": "^27.5.1",
  40. "jest-matcher-utils": "^27.5.1",
  41. "jest-message-util": "^27.5.1",
  42. "jest-runtime": "^27.5.1",
  43. "jest-snapshot": "^27.5.1",
  44. "jest-util": "^27.5.1",
  45. "pretty-format": "^27.5.1",
  46. "throat": "^6.0.1"
  47. },
  48. "deprecated": false,
  49. "devDependencies": {
  50. "@types/co": "^4.6.2"
  51. },
  52. "engines": {
  53. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  54. },
  55. "exports": {
  56. ".": {
  57. "types": "./build/index.d.ts",
  58. "default": "./build/index.js"
  59. },
  60. "./package.json": "./package.json"
  61. },
  62. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  63. "homepage": "https://github.com/facebook/jest#readme",
  64. "license": "MIT",
  65. "main": "./build/index.js",
  66. "name": "jest-jasmine2",
  67. "publishConfig": {
  68. "access": "public"
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/facebook/jest.git",
  73. "directory": "packages/jest-jasmine2"
  74. },
  75. "types": "./build/index.d.ts",
  76. "version": "27.5.1"
  77. }