package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "mutation-observer@^1.0.3",
  3. "_id": "mutation-observer@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==",
  6. "_location": "/mutation-observer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mutation-observer@^1.0.3",
  12. "name": "mutation-observer",
  13. "escapedName": "mutation-observer",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/vconsole"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz",
  22. "_shasum": "42e9222b101bca82e5ba9d5a7acf4a14c0f263d0",
  23. "_spec": "mutation-observer@^1.0.3",
  24. "_where": "D:\\代码\\亿象APP\\yixiang\\node_modules\\vconsole",
  25. "bugs": {
  26. "url": "https://github.com/webmodules/mutation-observer/issues"
  27. },
  28. "bundleDependencies": false,
  29. "component": {
  30. "scripts": {
  31. "mutation-observer/index.js": "index.js"
  32. }
  33. },
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Exposes the `MutationObserver` API, or a polyfill based on mutation events for IE 9-10.",
  37. "homepage": "https://github.com/webmodules/mutation-observer#readme",
  38. "name": "mutation-observer",
  39. "repository": {
  40. "type": "git",
  41. "url": "git://github.com/webmodules/mutation-observer.git"
  42. },
  43. "tags": [
  44. "polyfill",
  45. "webmodule",
  46. "mutation",
  47. "observer",
  48. "browser"
  49. ],
  50. "version": "1.0.3"
  51. }