frequency-counter
Version:
Count the number of occurrences of a repeating event per unit of time
39 lines (38 loc) • 854 B
JSON
{
"name": "frequency-counter",
"version": "1.0.1",
"description": "Count the number of occurrences of a repeating event per unit of time",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"standard": "^11.0.1",
"tape": "^4.9.0"
},
"scripts": {
"test": "standard && node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/frequency-counter.git"
},
"keywords": [
"freq",
"frequency",
"freqency",
"calculate",
"calc",
"stat",
"stats",
"rpm"
],
"author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/frequency-counter/issues"
},
"homepage": "https://github.com/watson/frequency-counter#readme",
"coordinates": [
55.777623,
12.589892
]
}