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