package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "jest-each@^27.5.1",
  3. "_id": "jest-each@27.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
  6. "_location": "/jest-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-each@^27.5.1",
  12. "name": "jest-each",
  13. "escapedName": "jest-each",
  14. "rawSpec": "^27.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^27.5.1"
  17. },
  18. "_requiredBy": [
  19. "/jest-circus",
  20. "/jest-jasmine2"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
  23. "_shasum": "5bc87016f45ed9507fed6e4702a5b468a5b2c44e",
  24. "_spec": "jest-each@^27.5.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\jest-circus",
  26. "author": {
  27. "name": "Matt Phillips",
  28. "url": "mattphillips"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/facebook/jest/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@jest/types": "^27.5.1",
  36. "chalk": "^4.0.0",
  37. "jest-get-type": "^27.5.1",
  38. "jest-util": "^27.5.1",
  39. "pretty-format": "^27.5.1"
  40. },
  41. "deprecated": false,
  42. "description": "Parameterised tests for Jest",
  43. "engines": {
  44. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  45. },
  46. "exports": {
  47. ".": {
  48. "types": "./build/index.d.ts",
  49. "default": "./build/index.js"
  50. },
  51. "./package.json": "./package.json"
  52. },
  53. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850",
  54. "homepage": "https://github.com/facebook/jest#readme",
  55. "keywords": [
  56. "jest",
  57. "parameterised",
  58. "test",
  59. "each"
  60. ],
  61. "license": "MIT",
  62. "main": "./build/index.js",
  63. "name": "jest-each",
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/facebook/jest.git",
  70. "directory": "packages/jest-each"
  71. },
  72. "types": "./build/index.d.ts",
  73. "version": "27.5.1"
  74. }