marked-terminal
Advanced tools
Comparing version 5.0.0 to 5.1.0
{ | ||
"name": "marked-terminal", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "A custom render for marked to output to the Terminal", | ||
"exports": "./index.js", | ||
"main": "./index.cjs", | ||
"browser": "./index.js", | ||
"exports": { | ||
"node": { | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
}, | ||
"default": "./index.js" | ||
}, | ||
"type": "module", | ||
"engines": { | ||
"node": " >=14.13.1 || >=16.0.0" | ||
"node": ">=14.13.1 || >=16.0.0" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"prepack": "npm run build", | ||
"test": "FORCE_HYPERLINK=0 mocha tests/*.js --reporter spec" | ||
@@ -32,3 +42,3 @@ }, | ||
"chalk": "^5.0.0", | ||
"cli-table3": "^0.6.0", | ||
"cli-table3": "^0.6.1", | ||
"node-emoji": "^1.11.0", | ||
@@ -41,4 +51,7 @@ "supports-hyperlinks": "^2.2.0" | ||
"devDependencies": { | ||
"marked": "^4.0.7", | ||
"mocha": "^9.1.3" | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"marked": "^4.0.10", | ||
"mocha": "^9.2.0", | ||
"rollup": "^2.66.1" | ||
}, | ||
@@ -45,0 +58,0 @@ "repository": { |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
19350
5
1
Updatedcli-table3@^0.6.1