mirror of
https://github.com/esiur/iui.git
synced 2025-12-16 19:40:24 +00:00
28 lines
912 B
JSON
28 lines
912 B
JSON
{
|
|
"requires": true,
|
|
"lockfileVersion": 1,
|
|
"dependencies": {
|
|
"async-limiter": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz",
|
|
"integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ=="
|
|
},
|
|
"Esyur": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/Esyur/-/Esyur-1.3.0.tgz",
|
|
"integrity": "sha512-1TZ3oftiK0Sb99qHT36ElwoRGKrCobyL1WXPvv8dNheOQmljdbJeu3/XNOViJi9SQiS/97E3AgKHUxuGGceMMA==",
|
|
"requires": {
|
|
"ws": "^6.2.0"
|
|
}
|
|
},
|
|
"ws": {
|
|
"version": "6.2.1",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz",
|
|
"integrity": "sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA==",
|
|
"requires": {
|
|
"async-limiter": "~1.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|