package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "jest-each@^23.6.0",
  3. "_id": "jest-each@23.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x7V6M/WGJo6/kLoissORuvLIeAoyo2YqLOoCDkohgJ4XOXSqOtyvr8FbInlAWS77ojBsZrafbozWoKVRdtxFCg==",
  6. "_location": "/jest-each",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jest-each@^23.6.0",
  12. "name": "jest-each",
  13. "escapedName": "jest-each",
  14. "rawSpec": "^23.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^23.6.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-jasmine2"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/jest-each/-/jest-each-23.6.0.tgz",
  22. "_shasum": "ba0c3a82a8054387016139c733a05242d3d71575",
  23. "_spec": "jest-each@^23.6.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jest-jasmine2",
  25. "author": {
  26. "name": "Matt Phillips",
  27. "url": "mattphillips"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/facebook/jest/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "chalk": "^2.0.1",
  35. "pretty-format": "^23.6.0"
  36. },
  37. "deprecated": false,
  38. "description": "Parameterised tests for Jest",
  39. "homepage": "https://github.com/facebook/jest#readme",
  40. "keywords": [
  41. "jest",
  42. "parameterised",
  43. "test",
  44. "each"
  45. ],
  46. "license": "MIT",
  47. "main": "build/index.js",
  48. "name": "jest-each",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/facebook/jest.git"
  52. },
  53. "version": "23.6.0"
  54. }