stats icon indicating copy to clipboard operation
stats copied to clipboard

JavaScript source statistics with simple API & CLI written with node.js

Results 6 stats issues
Sort by recently updated
recently updated
newest added

``` SyntaxError: Unexpected token: name (React) on line 0:7: 'import React from \'react\';' ```

Installed module from npm and it crashes regardless of what opts I try. Install: ``` $ npm install -g stats ``` Run: ``` $ stats --totals dirName /usr/local/lib/node_modules/stats/lib/parser.js:249 if (!options.ignoreParseErrors)...

I am a bot. I add repository fields to package.json files because they're super useful for npm.

Dig into directories.

some dirs still have .js

Hey, I get an EMFILE, Too many open files error when using stats in a large project. Maybe you should also exclude node_modules directories and git submodules directly. And shouldn't...