-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
82 lines (82 loc) · 2.99 KB
/
package-lock.json
File metadata and controls
82 lines (82 loc) · 2.99 KB
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
{
"name": "algorithm4-ts",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"readline-sync": "^1.4.10"
},
"devDependencies": {
"@types/lodash": "^4.14.172",
"@types/node": "^16.7.1",
"@types/readline-sync": "^1.4.4"
}
},
"node_modules/@types/lodash": {
"version": "4.14.172",
"resolved": "https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.172.tgz",
"integrity": "sha1-qtd0wo57/Xpn3iVAjgPuWow9Aoo=",
"dev": true
},
"node_modules/@types/node": {
"version": "16.7.1",
"resolved": "https://registry.nlark.com/@types/node/download/@types/node-16.7.1.tgz?cache=0&sync_timestamp=1629504256009&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-16.7.1.tgz",
"integrity": "sha1-xrkZgXjaUE38of0L6bLhAC8VhvA=",
"dev": true
},
"node_modules/@types/readline-sync": {
"version": "1.4.4",
"resolved": "https://registry.nlark.com/@types/readline-sync/download/@types/readline-sync-1.4.4.tgz",
"integrity": "sha1-hWgpLv5N3ZTQzO6ViynMP04OoUA=",
"dev": true
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz",
"integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw="
},
"node_modules/readline-sync": {
"version": "1.4.10",
"resolved": "https://registry.npm.taobao.org/readline-sync/download/readline-sync-1.4.10.tgz",
"integrity": "sha1-Qd9/u0tjEtZzARWUFFcFv1bYhzs=",
"engines": {
"node": ">= 0.8.0"
}
}
},
"dependencies": {
"@types/lodash": {
"version": "4.14.172",
"resolved": "https://registry.nlark.com/@types/lodash/download/@types/lodash-4.14.172.tgz",
"integrity": "sha1-qtd0wo57/Xpn3iVAjgPuWow9Aoo=",
"dev": true
},
"@types/node": {
"version": "16.7.1",
"resolved": "https://registry.nlark.com/@types/node/download/@types/node-16.7.1.tgz?cache=0&sync_timestamp=1629504256009&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Fnode%2Fdownload%2F%40types%2Fnode-16.7.1.tgz",
"integrity": "sha1-xrkZgXjaUE38of0L6bLhAC8VhvA=",
"dev": true
},
"@types/readline-sync": {
"version": "1.4.4",
"resolved": "https://registry.nlark.com/@types/readline-sync/download/@types/readline-sync-1.4.4.tgz",
"integrity": "sha1-hWgpLv5N3ZTQzO6ViynMP04OoUA=",
"dev": true
},
"lodash": {
"version": "4.17.21",
"resolved": "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz",
"integrity": "sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw="
},
"readline-sync": {
"version": "1.4.10",
"resolved": "https://registry.npm.taobao.org/readline-sync/download/readline-sync-1.4.10.tgz",
"integrity": "sha1-Qd9/u0tjEtZzARWUFFcFv1bYhzs="
}
}
}