Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "as-table", | ||
"version": "1.0.1", | ||
"description": "A simple function to print objects as ASCII tables (i.e. in columns)", | ||
"version": "1.0.2", | ||
"description": "A simple function to print objects as ASCII tables", | ||
"main": "as-table.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
# as-table | ||
A simple function that print objects as ASCII tables. | ||
A simple function that print objects as ASCII tables. Installing: | ||
```bash | ||
npm install as-table | ||
``` | ||
Printing objects: | ||
```javascript | ||
@@ -6,0 +12,0 @@ asTable = require ('as-table') |
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
7369
60