-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
45 lines (45 loc) · 1.3 KB
/
package-lock.json
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
{
"name": "@tf2autobot/tf2-sku",
"version": "2.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@tf2autobot/tf2-sku",
"version": "2.0.4",
"license": "MIT",
"dependencies": {
"defaults": "^1.0.4",
"object-prettify": "^1.0.0"
},
"devDependencies": {}
},
"node_modules/clone": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
"integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
"engines": {
"node": ">=0.8"
}
},
"node_modules/defaults": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
"integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
"dependencies": {
"clone": "^1.0.2"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/object-prettify": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/object-prettify/-/object-prettify-1.0.0.tgz",
"integrity": "sha512-5Ots8eZbcYz+joTeo7PGex7wqOWhSTcNlgbnF5dD57OwT8Dj9cZEZ2qeFqHoTae9LdRHonDdL65CPnaCIU86xQ==",
"engines": {
"node": ">=6.0.0"
}
}
}
}