-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
44 lines (44 loc) · 1.46 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
{
"name": "army-ant",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"c3": {
"version": "0.4.18",
"resolved": "https://registry.npmjs.org/c3/-/c3-0.4.18.tgz",
"integrity": "sha512-37TiFeCrbe69gg7SxFpTBOLDwulnk+opKp1AFDi43mONtErpRoUIZfGSimGiSYQmNu6Zh9W2yNOx0066UikqSg==",
"requires": {
"d3": "~3.5.0"
}
},
"d3": {
"version": "3.5.17",
"resolved": "https://registry.npmjs.org/d3/-/d3-3.5.17.tgz",
"integrity": "sha1-vEZ0gAQ3iyGjYMn8fPUjF5B2L7g="
},
"d3.parcoords.js": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/d3.parcoords.js/-/d3.parcoords.js-0.7.0.tgz",
"integrity": "sha1-WwUg7sywZ2Wrg+nALIBTJuCrXac=",
"requires": {
"d3": "~3.5"
}
},
"mathjax": {
"version": "2.7.2",
"resolved": "https://registry.npmjs.org/mathjax/-/mathjax-2.7.2.tgz",
"integrity": "sha512-Z9te7r3lsjZibugO1uKsdyqICKXVNr7M1Ll2GtjJu9cUKvOvwDqEp0YIjBD4H58NNuPg5DP5/AQ2Tu8K52Mqng=="
},
"spectre.css": {
"version": "0.5.8",
"resolved": "https://registry.npmjs.org/spectre.css/-/spectre.css-0.5.8.tgz",
"integrity": "sha512-3N4WocWY+Dl6b3e5v3nsZYyp+VSDcBfGDzyyHw/H78ie9BoAhHkxmrhLxo9y8RadxYzVrPjfPdlev3hXEUzR2w=="
},
"zepto": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/zepto/-/zepto-1.2.0.tgz",
"integrity": "sha1-4Se9nmb9hGvl6rSME5SIL3wOT5g="
}
}
}