feat:node-modules

This commit is contained in:
houjunxiang
2025-11-24 10:26:18 +08:00
parent 753766893b
commit 8a3e48d856
8825 changed files with 567399 additions and 1 deletions

22
node_modules/mutation-observer/package.json generated vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "mutation-observer",
"description": "Exposes the `MutationObserver` API, or a polyfill based on mutation events for IE 9-10.",
"tags": [
"polyfill",
"webmodule",
"mutation",
"observer",
"browser"
],
"version": "1.0.3",
"dependencies": {},
"component": {
"scripts": {
"mutation-observer/index.js": "index.js"
}
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/mutation-observer.git"
}
}