-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 699 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "rescenic.github.io",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"purecss": "^2.0.3"
}
},
"node_modules/purecss": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/purecss/-/purecss-2.0.3.tgz",
"integrity": "sha512-jK5t8Wdyh1xiskKt9Pk3psruRP7XHcHYfsBkA9tu+CGGxaC3goTyd9EFCFyYuhC7AK/68NqDfuOsP8FgQ9vHRg=="
}
},
"dependencies": {
"purecss": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/purecss/-/purecss-2.0.3.tgz",
"integrity": "sha512-jK5t8Wdyh1xiskKt9Pk3psruRP7XHcHYfsBkA9tu+CGGxaC3goTyd9EFCFyYuhC7AK/68NqDfuOsP8FgQ9vHRg=="
}
}
}