Export realtime game statistics to disk in JSON and other formats.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.7 KiB

{
"_from": "lynx",
"_id": "lynx@0.2.0",
"_inBundle": false,
"_integrity": "sha1-eeZnRTDaQYPoeVO9aGFx4HDaULk=",
"_location": "/lynx",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "lynx",
"name": "lynx",
"escapedName": "lynx",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/lynx/-/lynx-0.2.0.tgz",
"_shasum": "79e6674530da4183e87953bd686171e070da50b9",
"_spec": "lynx",
"_where": "/home/col/.factorio/mods/statorio_1.0.0/watcher",
"author": {
"name": "Lloyd Hilaiel"
},
"bugs": {
"url": "https://github.com/dscape/lynx/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Nuno Job",
"email": "nunojobpinto@gmail.com",
"url": "http://nunojob.com"
},
{
"name": "Mark Bogdanoff",
"url": "https://github.com/bog"
}
],
"dependencies": {
"mersenne": "~0.0.3",
"statsd-parser": "~0.0.4"
},
"deprecated": false,
"description": "Minimalistic StatsD client for Node.js programs",
"devDependencies": {
"tap": "~0.3.2"
},
"directories": {
"lib": "./lib/"
},
"homepage": "https://github.com/dscape/lynx#readme",
"keywords": [
"stats",
"metrics",
"metricsd",
"statsd",
"etsy",
"statsd client",
"statsd driver",
"graphite"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/dscape/lynx/raw/master/LICENSE"
}
],
"main": "./lib/lynx",
"name": "lynx",
"repository": {
"type": "git",
"url": "git://github.com/dscape/lynx.git"
},
"scripts": {
"test": "tap tests/*-test.js"
},
"version": "0.2.0"
}