forked from dart-lang/site-www
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 812 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 812 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
25
26
27
{
"name": "dart.dev",
"version": "0.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "dart.dev",
"version": "0.0.0",
"dependencies": {
"bootstrap-scss": "^4.6.0"
}
},
"node_modules/bootstrap-scss": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/bootstrap-scss/-/bootstrap-scss-4.6.1.tgz",
"integrity": "sha512-8rAYXcuOUAr5SAGM0omZa9wefBR0hZMUVfcbZCCvW+Sm5nSRgI/qMEbb+oWdocwcoX9PYV1yoP722Yp5OEJlnw=="
}
},
"dependencies": {
"bootstrap-scss": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/bootstrap-scss/-/bootstrap-scss-4.6.1.tgz",
"integrity": "sha512-8rAYXcuOUAr5SAGM0omZa9wefBR0hZMUVfcbZCCvW+Sm5nSRgI/qMEbb+oWdocwcoX9PYV1yoP722Yp5OEJlnw=="
}
}
}