package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "jest-each@^26.6.2",
  3. "_id": "jest-each@26.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==",
  6. "_location": "/jest-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-each@^26.6.2",
  12. "name": "jest-each",
  13. "escapedName": "jest-each",
  14. "rawSpec": "^26.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^26.6.2"
  17. },
  18. "_requiredBy": [
  19. "/jest-circus",
  20. "/jest-jasmine2"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jest-each/-/jest-each-26.6.2.tgz",
  23. "_shasum": "02526438a77a67401c8a6382dfe5999952c167cb",
  24. "_spec": "jest-each@^26.6.2",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-jasmine2",
  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": "^26.6.2",
  36. "chalk": "^4.0.0",
  37. "jest-get-type": "^26.3.0",
  38. "jest-util": "^26.6.2",
  39. "pretty-format": "^26.6.2"
  40. },
  41. "deprecated": false,
  42. "description": "Parameterised tests for Jest",
  43. "engines": {
  44. "node": ">= 10.14.2"
  45. },
  46. "gitHead": "4c46930615602cbf983fb7e8e82884c282a624d5",
  47. "homepage": "https://github.com/facebook/jest#readme",
  48. "keywords": [
  49. "jest",
  50. "parameterised",
  51. "test",
  52. "each"
  53. ],
  54. "license": "MIT",
  55. "main": "build/index.js",
  56. "name": "jest-each",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/facebook/jest.git",
  63. "directory": "packages/jest-each"
  64. },
  65. "types": "build/index.d.ts",
  66. "version": "26.6.2"
  67. }