package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "jest-validate@23.6.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jest-validate@23.6.0",
  10. "_id": "jest-validate@23.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NnYfmdHtM/zUJbTkxVldYrZZdHQ=",
  13. "_location": "/jest-validate",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jest-validate@23.6.0",
  19. "name": "jest-validate",
  20. "escapedName": "jest-validate",
  21. "rawSpec": "23.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "23.6.0"
  24. },
  25. "_requiredBy": [
  26. "/jest-config",
  27. "/jest-runtime",
  28. "/jest/jest-cli"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/jest-validate/download/jest-validate-23.6.0.tgz",
  31. "_spec": "23.6.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "bugs": {
  34. "url": "https://github.com/facebook/jest/issues"
  35. },
  36. "dependencies": {
  37. "chalk": "^2.0.1",
  38. "jest-get-type": "^22.1.0",
  39. "leven": "^2.1.0",
  40. "pretty-format": "^23.6.0"
  41. },
  42. "description": "Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.",
  43. "homepage": "https://github.com/facebook/jest#readme",
  44. "license": "MIT",
  45. "main": "build/index.js",
  46. "name": "jest-validate",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/facebook/jest.git"
  50. },
  51. "version": "23.6.0"
  52. }