mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
93 lines
3.0 KiB
JSON
93 lines
3.0 KiB
JSON
{
|
|
"name": "metrics",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"commander": {
|
|
"version": "1.3.1",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-1.3.1.tgz",
|
|
"integrity": "sha1-AkQ+AtuW9LMrZ0IlRRq7bpUQAA4=",
|
|
"optional": true,
|
|
"requires": {
|
|
"keypress": "0.1.x"
|
|
}
|
|
},
|
|
"connection-parse": {
|
|
"version": "0.0.7",
|
|
"resolved": "https://registry.npmjs.org/connection-parse/-/connection-parse-0.0.7.tgz",
|
|
"integrity": "sha1-GOcxiqsGppkmc3KxDFIm0locmmk=",
|
|
"optional": true
|
|
},
|
|
"generic-pool": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/generic-pool/-/generic-pool-2.2.0.tgz",
|
|
"integrity": "sha1-i0ZcGnWI6p3SuxM72gu2a/74pj4="
|
|
},
|
|
"hashring": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/hashring/-/hashring-3.2.0.tgz",
|
|
"integrity": "sha1-/aTv3oqiLNuX+x0qZeiEAeHBRM4=",
|
|
"optional": true,
|
|
"requires": {
|
|
"connection-parse": "0.0.x",
|
|
"simple-lru-cache": "0.0.x"
|
|
}
|
|
},
|
|
"keypress": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz",
|
|
"integrity": "sha1-SjGI1CkbZrT2XtuZ+AaqmuKTWSo=",
|
|
"optional": true
|
|
},
|
|
"modern-syslog": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/modern-syslog/-/modern-syslog-1.2.0.tgz",
|
|
"integrity": "sha512-dmFE23qpyZJf8MOdzuNKliW4j1PCqxaRtSzyNnv6QDUWjf1z8T4ZoQ7Qf0t6It2ewNv9/XJZSJoUgwpq3D0X7A==",
|
|
"optional": true,
|
|
"requires": {
|
|
"nan": "^2.13.2"
|
|
}
|
|
},
|
|
"nan": {
|
|
"version": "2.14.0",
|
|
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
|
|
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==",
|
|
"optional": true
|
|
},
|
|
"sequence": {
|
|
"version": "2.2.1",
|
|
"resolved": "https://registry.npmjs.org/sequence/-/sequence-2.2.1.tgz",
|
|
"integrity": "sha1-f1YXiV1ENRwKBH52RGdpBJChawM=",
|
|
"optional": true
|
|
},
|
|
"simple-lru-cache": {
|
|
"version": "0.0.2",
|
|
"resolved": "https://registry.npmjs.org/simple-lru-cache/-/simple-lru-cache-0.0.2.tgz",
|
|
"integrity": "sha1-1ZzDoZPBpdAyD4Tucy9uRxPlEd0=",
|
|
"optional": true
|
|
},
|
|
"statsd": {
|
|
"version": "0.8.4",
|
|
"resolved": "https://registry.npmjs.org/statsd/-/statsd-0.8.4.tgz",
|
|
"integrity": "sha512-GLxev8J5AtlQILyT2/ofRVgGIbMMu2dMBwcQaEg3BIPZwQQlIG48OYjVyjxo7yI/1AKur97LnJKvjELV6Elx+A==",
|
|
"requires": {
|
|
"generic-pool": "2.2.0",
|
|
"hashring": "3.2.0",
|
|
"modern-syslog": "1.2.0",
|
|
"winser": "=0.1.6"
|
|
}
|
|
},
|
|
"winser": {
|
|
"version": "0.1.6",
|
|
"resolved": "https://registry.npmjs.org/winser/-/winser-0.1.6.tgz",
|
|
"integrity": "sha1-CGY9wyh4oSu84WLYQNpQl7SEZsk=",
|
|
"optional": true,
|
|
"requires": {
|
|
"commander": "1.3.1",
|
|
"sequence": "2.2.1"
|
|
}
|
|
}
|
|
}
|
|
}
|