-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage-lock.json
More file actions
28 lines (28 loc) · 953 Bytes
/
Copy pathpackage-lock.json
File metadata and controls
28 lines (28 loc) · 953 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
28
{
"name": "@sveltejs/pancake",
"version": "0.0.17",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"d3-path": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/d3-path/-/d3-path-2.0.0.tgz",
"integrity": "sha512-ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA==",
"dev": true
},
"d3-shape": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-2.0.0.tgz",
"integrity": "sha512-djpGlA779ua+rImicYyyjnOjeubyhql1Jyn1HK0bTyawuH76UQRWXd+pftr67H6Fa8hSwetkgb/0id3agKWykw==",
"dev": true,
"requires": {
"d3-path": "1 - 2"
}
},
"yootils": {
"version": "0.0.16",
"resolved": "https://registry.npmjs.org/yootils/-/yootils-0.0.16.tgz",
"integrity": "sha512-aIVecm5ucOzwhtKbl0zkfg0ZSOUR9c2da0k8cIc9umjjzkvVCWUUX/UHZ1CLPsv4wmJLqt0aWeLB7p9n9JDwYQ=="
}
}
}