datapilot-cli
Version:
Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform
28 lines (27 loc) • 586 B
JSON
{
"name": "listenercount",
"author": "jden <jason@denizac.org>",
"version": "1.0.1",
"description": "backwards compatible version of builtin events.listenercount",
"keywords": [
"eventemitter",
"events",
"listener",
"count",
"listenercount",
"polyfill",
"native",
"builtin"
],
"main": "index.js",
"scripts": {
"test": "standard && mochi"
},
"repository": "git@github.com:jden/node-listenercount.git",
"license": "ISC",
"readmeFilename": "README.md",
"devDependencies": {
"mochi": "0.3.0",
"standard": "^4.0.1"
}
}