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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
| {
| "_from": "deep-equal@^1.0.1",
| "_id": "deep-equal@1.1.1",
| "_inBundle": false,
| "_integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
| "_location": "/deep-equal",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "deep-equal@^1.0.1",
| "name": "deep-equal",
| "escapedName": "deep-equal",
| "rawSpec": "^1.0.1",
| "saveSpec": null,
| "fetchSpec": "^1.0.1"
| },
| "_requiredBy": [
| "/bonjour"
| ],
| "_resolved": "https://registry.npmmirror.com/deep-equal/-/deep-equal-1.1.1.tgz",
| "_shasum": "b5c98c942ceffaf7cb051e24e1434a25a2e6076a",
| "_spec": "deep-equal@^1.0.1",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\bonjour",
| "author": {
| "name": "James Halliday",
| "email": "mail@substack.net",
| "url": "http://substack.net"
| },
| "auto-changelog": {
| "output": "CHANGELOG.md",
| "template": "keepachangelog",
| "unreleased": false,
| "commitLimit": false,
| "backfillLimit": false
| },
| "bugs": {
| "url": "https://github.com/substack/node-deep-equal/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "is-arguments": "^1.0.4",
| "is-date-object": "^1.0.1",
| "is-regex": "^1.0.4",
| "object-is": "^1.0.1",
| "object-keys": "^1.1.1",
| "regexp.prototype.flags": "^1.2.0"
| },
| "deprecated": false,
| "description": "node's assert.deepEqual algorithm",
| "devDependencies": {
| "@ljharb/eslint-config": "^15.0.1",
| "auto-changelog": "^1.16.2",
| "eslint": "^6.6.0",
| "safe-publish-latest": "^1.1.4",
| "tape": "^4.11.0"
| },
| "directories": {
| "lib": ".",
| "example": "example",
| "test": "test"
| },
| "funding": {
| "url": "https://github.com/sponsors/ljharb"
| },
| "homepage": "https://github.com/substack/node-deep-equal#readme",
| "keywords": [
| "equality",
| "equal",
| "compare"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "deep-equal",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/substack/node-deep-equal.git"
| },
| "scripts": {
| "lint": "eslint .",
| "posttest": "npx aud",
| "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
| "prepublish": "safe-publish-latest",
| "pretest": "npm run lint",
| "test": "npm run tests-only",
| "tests-only": "tape test/*",
| "version": "auto-changelog && git add CHANGELOG.md"
| },
| "testling": {
| "files": "test/*.js",
| "browsers": {
| "ie": [
| 6,
| 7,
| 8,
| 9
| ],
| "ff": [
| 3.5,
| 10,
| 15
| ],
| "chrome": [
| 10,
| 22
| ],
| "safari": [
| 5.1
| ],
| "opera": [
| 12
| ]
| }
| },
| "version": "1.1.1"
| }
|
|