足力健前端,vue版本

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "intersection-observer@^0.7.0",
  3. "_id": "intersection-observer@0.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7ha+6XjbU1FurS8KgVSwm0ALvck=",
  6. "_location": "/intersection-observer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "intersection-observer@^0.7.0",
  12. "name": "intersection-observer",
  13. "escapedName": "intersection-observer",
  14. "rawSpec": "^0.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.7.0"
  17. },
  18. "_requiredBy": [
  19. "/@dcloudio/uni-h5"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/intersection-observer/download/intersection-observer-0.7.0.tgz",
  22. "_shasum": "ee16bee978db53516ead2f0a8154b09b400bbdc9",
  23. "_spec": "intersection-observer@^0.7.0",
  24. "_where": "F:\\2020\\zulijian\\ZljCallCenterWeb.MiniProgram\\node_modules\\@dcloudio\\uni-h5",
  25. "author": {
  26. "name": "Philip Walton",
  27. "email": "philip@philipwalton.com",
  28. "url": "http://philipwalton.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/w3c/IntersectionObserver/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A polyfill for IntersectionObserver",
  36. "homepage": "https://github.com/w3c/IntersectionObserver#readme",
  37. "keywords": [
  38. "Intersection",
  39. "Observer"
  40. ],
  41. "license": "W3C-20150513",
  42. "main": "intersection-observer",
  43. "name": "intersection-observer",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+ssh://git@github.com/w3c/IntersectionObserver.git"
  47. },
  48. "version": "0.7.0"
  49. }