package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "expect@23.6.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "expect@23.6.0",
  10. "_id": "expect@23.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-dgSoOHgmtn/aDGRVFWclQyPDKl2CQRq0hmIEoUAuQs/2rn2NcvCWcSCovm6BLeuB/7EZuLGu2QfnR+qRt5OM4w==",
  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.npmjs.org/expect/-/expect-23.6.0.tgz",
  29. "_spec": "23.6.0",
  30. "_where": "E:\\item\\newItem\\admin",
  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. }