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
| {
| "_args": [
| [
| "defaults@1.0.4",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "defaults@1.0.4",
| "_id": "defaults@1.0.4",
| "_inBundle": false,
| "_integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
| "_location": "/defaults",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "defaults@1.0.4",
| "name": "defaults",
| "escapedName": "defaults",
| "rawSpec": "1.0.4",
| "saveSpec": null,
| "fetchSpec": "1.0.4"
| },
| "_requiredBy": [
| "/wcwidth"
| ],
| "_resolved": "https://registry.npmmirror.com/defaults/-/defaults-1.0.4.tgz",
| "_spec": "1.0.4",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Elijah Insua",
| "email": "tmpvar@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/sindresorhus/node-defaults/issues"
| },
| "dependencies": {
| "clone": "^1.0.2"
| },
| "description": "merge single level defaults over a config object",
| "devDependencies": {
| "tap": "^2.0.0"
| },
| "funding": "https://github.com/sponsors/sindresorhus",
| "homepage": "https://github.com/sindresorhus/node-defaults#readme",
| "keywords": [
| "config",
| "defaults",
| "options",
| "object",
| "merge",
| "assign",
| "properties",
| "deep"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "defaults",
| "repository": {
| "type": "git",
| "url": "git://github.com/sindresorhus/node-defaults.git"
| },
| "scripts": {
| "test": "node test.js"
| },
| "version": "1.0.4"
| }
|
|