package.json 1.5 KB

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