-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
51 lines (51 loc) · 1.59 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
49
50
51
{
"name": "@inout/conduit",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@inout/conduit",
"version": "0.1.0",
"license": "MIT",
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-sql-cst": "^0.11.5"
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/prettier-plugin-sql-cst": {
"version": "0.11.7",
"resolved": "https://registry.npmjs.org/prettier-plugin-sql-cst/-/prettier-plugin-sql-cst-0.11.7.tgz",
"integrity": "sha512-A1QJG4zXjOpBHOlgr3bZfSv7VtcsbL1kbFIVasRKQfZxTP4fRLAL+tL7eKxStmQAxlftkxEsC25dPKnqf55Upg==",
"dev": true,
"license": "GPL-3.0-or-later",
"dependencies": {
"prettier": "^3.0.3",
"sql-parser-cst": "^0.28.1"
}
},
"node_modules/sql-parser-cst": {
"version": "0.28.1",
"resolved": "https://registry.npmjs.org/sql-parser-cst/-/sql-parser-cst-0.28.1.tgz",
"integrity": "sha512-m0CW4hxiMV4dySY9P+bkBvuSULQ4u0NuuQrkVSENUCf103+m24EQ6oARwcDYbHE1pBw5HOwU88VgB9h8yqWc9g==",
"dev": true,
"license": "GPL-2.0-or-later"
}
}
}