package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "jest-each@23.6.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-each@23.6.0",
  10. "_id": "jest-each@23.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ugw6gqgFQ4cBYTnHM6BSQtPXFXU=",
  13. "_location": "/jest-each",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-each@23.6.0",
  19. "name": "jest-each",
  20. "escapedName": "jest-each",
  21. "rawSpec": "23.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "23.6.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-jasmine2"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/jest-each/download/jest-each-23.6.0.tgz",
  29. "_spec": "23.6.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Matt Phillips",
  33. "url": "mattphillips"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/facebook/jest/issues"
  37. },
  38. "dependencies": {
  39. "chalk": "^2.0.1",
  40. "pretty-format": "^23.6.0"
  41. },
  42. "description": "Parameterised tests for Jest",
  43. "homepage": "https://github.com/facebook/jest#readme",
  44. "keywords": [
  45. "jest",
  46. "parameterised",
  47. "test",
  48. "each"
  49. ],
  50. "license": "MIT",
  51. "main": "build/index.js",
  52. "name": "jest-each",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/facebook/jest.git"
  56. },
  57. "version": "23.6.0"
  58. }