aprsNotifyJS/package-lock.json

27 lines
864 B
JSON

{
"name": "aprsnotifyjs",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"aprs-parser": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/aprs-parser/-/aprs-parser-1.0.4.tgz",
"integrity": "sha1-0Jsoj51f0gf3vhT6Pp6ZwH/Gpko="
},
"async-limiter": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
"integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg=="
},
"ws": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
"integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
"requires": {
"async-limiter": "~1.0.0"
}
}
}
}