enhancement(extollo/extollo#2): add kernel module for parsing request body contents, uploading files
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
26
pnpm-lock.yaml
generated
26
pnpm-lock.yaml
generated
@@ -1,9 +1,11 @@
|
||||
dependencies:
|
||||
'@extollo/di': 0.4.4
|
||||
'@extollo/util': 0.3.2
|
||||
'@types/busboy': 0.2.3
|
||||
'@types/negotiator': 0.6.1
|
||||
'@types/node': 14.14.37
|
||||
'@types/pug': 2.0.4
|
||||
busboy: 0.3.1
|
||||
colors: 1.4.0
|
||||
dotenv: 8.2.0
|
||||
negotiator: 0.6.2
|
||||
@@ -56,6 +58,12 @@ packages:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-cL50wHrIiRHn6W3niQZftYDgFB8K8x0dxbJPZtnt4/iy32m1aWxEx9UL8Ttldas6zDt4Ws1zBp0fInSKOKcQnQ==
|
||||
/@types/busboy/0.2.3:
|
||||
dependencies:
|
||||
'@types/node': 14.14.37
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha1-ZpetKYcyRsUw8Jo/9aQIYYJCMNU=
|
||||
/@types/glob/7.1.3:
|
||||
dependencies:
|
||||
'@types/minimatch': 3.0.4
|
||||
@@ -163,6 +171,14 @@ packages:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
|
||||
/busboy/0.3.1:
|
||||
dependencies:
|
||||
dicer: 0.3.0
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=4.5.0'
|
||||
resolution:
|
||||
integrity: sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==
|
||||
/call-bind/1.0.2:
|
||||
dependencies:
|
||||
function-bind: 1.1.1
|
||||
@@ -197,6 +213,14 @@ packages:
|
||||
dev: false
|
||||
resolution:
|
||||
integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
||||
/dicer/0.3.0:
|
||||
dependencies:
|
||||
streamsearch: 0.1.2
|
||||
dev: false
|
||||
engines:
|
||||
node: '>=4.5.0'
|
||||
resolution:
|
||||
integrity: sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==
|
||||
/diff/4.0.2:
|
||||
dev: false
|
||||
engines:
|
||||
@@ -580,9 +604,11 @@ packages:
|
||||
specifiers:
|
||||
'@extollo/di': ^0.4.4
|
||||
'@extollo/util': ^0.3.2
|
||||
'@types/busboy': ^0.2.3
|
||||
'@types/negotiator': ^0.6.1
|
||||
'@types/node': ^14.14.37
|
||||
'@types/pug': ^2.0.4
|
||||
busboy: ^0.3.1
|
||||
colors: ^1.4.0
|
||||
dotenv: ^8.2.0
|
||||
negotiator: ^0.6.2
|
||||
|
||||
Reference in New Issue
Block a user