-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
38 lines (38 loc) · 1 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
{
"name": "Combo Metadata Creation",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"pandas": "^0.0.3",
"python": "^0.0.4"
}
},
"node_modules/pandas": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/pandas/-/pandas-0.0.3.tgz",
"integrity": "sha1-KhGwIHTw/8wHKccyNVcuWtuw8fc="
},
"node_modules/python": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/python/-/python-0.0.4.tgz",
"integrity": "sha1-MJTomO8Xozqpw+lzs4SKOOR9GBg=",
"engines": {
"node": ">= 0.4.1"
}
}
},
"dependencies": {
"pandas": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/pandas/-/pandas-0.0.3.tgz",
"integrity": "sha1-KhGwIHTw/8wHKccyNVcuWtuw8fc="
},
"python": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/python/-/python-0.0.4.tgz",
"integrity": "sha1-MJTomO8Xozqpw+lzs4SKOOR9GBg="
}
}
}