-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
40 lines (40 loc) · 1.09 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
{
"name": "squils",
"version": "0.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "squils",
"version": "0.0.10",
"license": "ISC",
"dependencies": {
"dotenv": "^16.3.1",
"postgres": "^3.3.5"
},
"bin": {
"squils": "dist/index.js"
}
},
"node_modules/dotenv": {
"version": "16.3.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz",
"integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
}
},
"node_modules/postgres": {
"version": "3.3.5",
"resolved": "https://registry.npmjs.org/postgres/-/postgres-3.3.5.tgz",
"integrity": "sha512-+JD93VELV9gHkqpV5gdL5/70HdGtEw4/XE1S4BC8f1mcPmdib3K5XsKVbnR1XcAyC41zOnifJ+9YRKxdIsXiUw==",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/porsager"
}
}
}
}