f0ckv2/package-lock.json

72 lines
2.6 KiB
JSON
Raw Normal View History

2018-09-02 12:07:40 +02:00
{
"name": "f0ckv2",
2023-04-03 05:00:59 +02:00
"version": "2.2.1",
2021-05-15 13:58:24 +02:00
"lockfileVersion": 2,
2018-09-02 12:07:40 +02:00
"requires": true,
2021-05-15 13:58:24 +02:00
"packages": {
"": {
2021-12-04 12:19:47 +01:00
"name": "f0ckv2",
2023-04-03 05:00:59 +02:00
"version": "2.2.1",
2021-05-15 13:58:24 +02:00
"license": "MIT",
"dependencies": {
2023-04-28 07:02:45 +02:00
"cuffeo": "^1.2.2",
2022-03-31 19:53:44 +02:00
"flumm-fetch": "^1.0.1",
2022-05-06 10:47:24 +02:00
"flummpress": "^2.0.5",
2023-04-03 05:00:59 +02:00
"postgres": "^3.3.4"
2021-05-15 13:58:24 +02:00
}
},
"node_modules/cuffeo": {
2023-04-28 07:02:45 +02:00
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.2.2.tgz",
"integrity": "sha512-Pd2AL/Zp5RCAbaSbT7rLUOyxSEVCFovihaIaje7uYzpQMzIwPbFapQ/mn2d2iz+Tbkjs9LF+FD5JzAvANh9Wzw==",
2021-05-15 13:58:24 +02:00
"dependencies": {
2022-05-07 12:36:41 +02:00
"flumm-fetch": "^1.0.1"
2021-05-15 13:58:24 +02:00
}
},
"node_modules/flumm-fetch": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/flumm-fetch/-/flumm-fetch-1.0.1.tgz",
"integrity": "sha512-pZ5U0hheCSW43vfGZQMunr03U7rUOX+iy2y13Tu4nc3iRL+E/Qfeo5nZ2B2JMYKOGIx1A1anUYOz+ulyhouyjg=="
},
2021-12-04 12:19:47 +01:00
"node_modules/flummpress": {
2022-05-06 10:47:24 +02:00
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/flummpress/-/flummpress-2.0.5.tgz",
"integrity": "sha512-C/8Im6OvoZw67q9DvYIXKjKr28zHYLJdH4DucQ6zpVbN1eWPySmxkJTURbkq3uEwABXLngXLifS6mjxAC++umQ=="
2021-12-04 12:19:47 +01:00
},
"node_modules/postgres": {
2023-04-03 05:00:59 +02:00
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/postgres/-/postgres-3.3.4.tgz",
"integrity": "sha512-XVu0+d/Y56pl2lSaf0c7V19AhAEfpVrhID1IENWN8nf0xch6hFq6dAov5dtUX6ZD46wfr1TxvLhxLtV8WnNsOg==",
2021-05-15 13:58:24 +02:00
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/porsager"
2022-01-02 06:52:47 +01:00
}
2021-05-15 13:58:24 +02:00
}
},
2018-09-02 12:07:40 +02:00
"dependencies": {
2018-09-08 13:13:31 +02:00
"cuffeo": {
2023-04-28 07:02:45 +02:00
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/cuffeo/-/cuffeo-1.2.2.tgz",
"integrity": "sha512-Pd2AL/Zp5RCAbaSbT7rLUOyxSEVCFovihaIaje7uYzpQMzIwPbFapQ/mn2d2iz+Tbkjs9LF+FD5JzAvANh9Wzw==",
2021-05-15 13:58:24 +02:00
"requires": {
2022-05-07 12:36:41 +02:00
"flumm-fetch": "^1.0.1"
2021-05-15 13:58:24 +02:00
}
},
2020-04-02 04:35:28 +02:00
"flumm-fetch": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/flumm-fetch/-/flumm-fetch-1.0.1.tgz",
"integrity": "sha512-pZ5U0hheCSW43vfGZQMunr03U7rUOX+iy2y13Tu4nc3iRL+E/Qfeo5nZ2B2JMYKOGIx1A1anUYOz+ulyhouyjg=="
},
2021-12-04 12:19:47 +01:00
"flummpress": {
2022-05-06 10:47:24 +02:00
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/flummpress/-/flummpress-2.0.5.tgz",
"integrity": "sha512-C/8Im6OvoZw67q9DvYIXKjKr28zHYLJdH4DucQ6zpVbN1eWPySmxkJTURbkq3uEwABXLngXLifS6mjxAC++umQ=="
2021-12-04 12:19:47 +01:00
},
"postgres": {
2023-04-03 05:00:59 +02:00
"version": "3.3.4",
"resolved": "https://registry.npmjs.org/postgres/-/postgres-3.3.4.tgz",
"integrity": "sha512-XVu0+d/Y56pl2lSaf0c7V19AhAEfpVrhID1IENWN8nf0xch6hFq6dAov5dtUX6ZD46wfr1TxvLhxLtV8WnNsOg=="
2018-09-02 12:07:40 +02:00
}
}
}