package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "expect@23.6.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "expect@23.6.0",
  10. "_id": "expect@23.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-HgyNO6mlgch71x+5vIhi1ENCX5g=",
  13. "_location": "/expect",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "expect@23.6.0",
  19. "name": "expect",
  20. "escapedName": "expect",
  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/expect/download/expect-23.6.0.tgz",
  29. "_spec": "23.6.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "browser": "build-es5/index.js",
  32. "bugs": {
  33. "url": "https://github.com/facebook/jest/issues"
  34. },
  35. "dependencies": {
  36. "ansi-styles": "^3.2.0",
  37. "jest-diff": "^23.6.0",
  38. "jest-get-type": "^22.1.0",
  39. "jest-matcher-utils": "^23.6.0",
  40. "jest-message-util": "^23.4.0",
  41. "jest-regex-util": "^23.3.0"
  42. },
  43. "description": "This package exports the `expect` function used in [Jest](https://jestjs.io/). You can find its documentation [on Jest's website](https://jestjs.io/docs/en/expect.html).",
  44. "homepage": "https://github.com/facebook/jest#readme",
  45. "license": "MIT",
  46. "main": "build/index.js",
  47. "name": "expect",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/facebook/jest.git"
  51. },
  52. "version": "23.6.0"
  53. }