ascii-boxplot
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,0 +0,0 @@ var sampleQuantile = require('sample-quantile') |
{ | ||
"name": "ascii-boxplot", | ||
"version": "1.0.2", | ||
"description": "small configurable boxplot utility for the console", | ||
"keywords": [ | ||
"boxplot", "box-plot", "console", "ascii", "chart" | ||
], | ||
"author": "Hugo Villeneuve", | ||
"main": "./boxplot.js", | ||
"dependencies": { | ||
"sample-quantile": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"cotest": "^1.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hville/ascii-boxplot.git" | ||
}, | ||
"scripts": { | ||
"test": "node test" | ||
}, | ||
"license": "MIT", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
} | ||
"name": "ascii-boxplot", | ||
"version": "1.0.3", | ||
"description": "small configurable boxplot utility for the console", | ||
"keywords": [ | ||
"boxplot", | ||
"box-plot", | ||
"console", | ||
"ascii", | ||
"chart" | ||
], | ||
"author": "Hugo Villeneuve", | ||
"main": "./boxplot.js", | ||
"dependencies": { | ||
"sample-quantile": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"cotest": "^1.3.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hville/ascii-boxplot.git" | ||
}, | ||
"scripts": { | ||
"test": "node test" | ||
}, | ||
"license": "MIT", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
} | ||
} |
@@ -0,0 +0,0 @@ var bp = require('./boxplot') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6567
6