-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
51 lines (51 loc) · 1.42 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
46
47
48
49
50
51
{
"name": "thenewdynamic-hugo-core-theme",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "thenewdynamic-hugo-core-theme",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"list.js": "^1.5.0"
}
},
"node_modules/list.js": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/list.js/-/list.js-1.5.0.tgz",
"integrity": "sha1-pMv8goHd78Av2y0wyHSL+uJfvNo=",
"dev": true,
"dependencies": {
"string-natural-compare": "^2.0.2"
},
"engines": {
"node": ">= 0.10.21"
}
},
"node_modules/string-natural-compare": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-2.0.2.tgz",
"integrity": "sha1-xc5OJ4q10SZa5vxVQ1rre3b8sAE=",
"dev": true
}
},
"dependencies": {
"list.js": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/list.js/-/list.js-1.5.0.tgz",
"integrity": "sha1-pMv8goHd78Av2y0wyHSL+uJfvNo=",
"dev": true,
"requires": {
"string-natural-compare": "^2.0.2"
}
},
"string-natural-compare": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/string-natural-compare/-/string-natural-compare-2.0.2.tgz",
"integrity": "sha1-xc5OJ4q10SZa5vxVQ1rre3b8sAE=",
"dev": true
}
}
}