-
Notifications
You must be signed in to change notification settings - Fork 4
/
package-lock.json
31 lines (31 loc) · 1.07 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
{
"name": "db-to-graphql",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"graphql": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-0.13.0.tgz",
"integrity": "sha512-WlO+ZJT9aY3YrBT+H5Kk+eVb3OVVehB9iRD/xqeHdmrrn4AFl5FIcOpfHz/vnBr6Y6JthGMlnFqU8XRnDjSR7A==",
"requires": {
"iterall": "1.1.4"
}
},
"iterall": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/iterall/-/iterall-1.1.4.tgz",
"integrity": "sha512-eaDsM/PY8D/X5mYQhecVc5/9xvSHED7yPON+ffQroBeTuqUVm7dfphMkK8NksXuImqZlVRoKtrNfMIVCYIqaUQ=="
},
"lodash": {
"version": "4.17.5",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.5.tgz",
"integrity": "sha512-svL3uiZf1RwhH+cWrfZn3A4+U58wbP0tGVTLQPbjplZxZ8ROD9VLuNgsRniTlLe7OlSqR79RUehXgpBW/s0IQw=="
},
"oracledb": {
"version": "2.0.15",
"resolved": "https://registry.npmjs.org/oracledb/-/oracledb-2.0.15.tgz",
"integrity": "sha1-9+IBtp+ngjUIFV6fNKumXVdCbx0="
}
}
}