-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
48 lines (48 loc) · 1.56 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
45
46
47
48
{
"name": "@demmings/gssql",
"version": "1.3.44",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@demmings/gssql",
"version": "1.3.44",
"license": "ISC",
"dependencies": {
"gas-local": "^1.3.1"
}
},
"node_modules/date-format": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz",
"integrity": "sha512-lAJqBmFzCLcDJdI9cEnJ7loSkLTh1PbIgZUndlzvYbf6NyFEr5n9rQhOwr6CIGwZqyQ3sYeQQiP9NOVQmgmRMA==",
"deprecated": "1.x is no longer supported. Please upgrade to 4.x or higher.",
"engines": {
"node": ">=4.0"
}
},
"node_modules/gas-local": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/gas-local/-/gas-local-1.3.1.tgz",
"integrity": "sha512-jlxWHwP3u9omW0jANzKRT5/BqmLNI5Rt+A+AtuBv2WTIF5g5tOxVyRlFshTljGDaHR14lWUL//yU94e/KAM35w==",
"dependencies": {
"date-format": "^1.2.0"
}
}
},
"dependencies": {
"date-format": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz",
"integrity": "sha512-lAJqBmFzCLcDJdI9cEnJ7loSkLTh1PbIgZUndlzvYbf6NyFEr5n9rQhOwr6CIGwZqyQ3sYeQQiP9NOVQmgmRMA=="
},
"gas-local": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/gas-local/-/gas-local-1.3.1.tgz",
"integrity": "sha512-jlxWHwP3u9omW0jANzKRT5/BqmLNI5Rt+A+AtuBv2WTIF5g5tOxVyRlFshTljGDaHR14lWUL//yU94e/KAM35w==",
"requires": {
"date-format": "^1.2.0"
}
}
}
}