colors-option
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "colors-option", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"type": "module", | ||
@@ -45,3 +45,6 @@ "exports": { | ||
"homepage": "https://www.github.com/ehmicky/colors-option", | ||
"repository": "ehmicky/colors-option", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ehmicky/colors-option.git" | ||
}, | ||
"bugs": { | ||
@@ -55,13 +58,13 @@ "url": "https://github.com/ehmicky/colors-option/issues" | ||
"dependencies": { | ||
"chalk": "^5.2.0", | ||
"chalk": "^5.3.0", | ||
"is-plain-obj": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@ehmicky/dev-tasks": "^2.0.80", | ||
"@types/node": "^18.15.3", | ||
"test-each": "^5.7.1" | ||
"@ehmicky/dev-tasks": "^2.0.102", | ||
"@types/node": "^20.8.9", | ||
"test-each": "^6.0.1" | ||
}, | ||
"engines": { | ||
"node": ">=16.17.0" | ||
"node": ">=18.18.0" | ||
} | ||
} |
@@ -17,2 +17,11 @@ [![Node](https://img.shields.io/badge/-Node.js-808080?logo=node.js&colorA=404040&logoColor=66cc33)](https://www.npmjs.com/package/colors-option) | ||
# Hire me | ||
Please | ||
[reach out](https://www.linkedin.com/feed/update/urn:li:activity:7117265228068716545/) | ||
if you're looking for a Node.js API or CLI engineer (11 years of experience). | ||
Most recently I have been [Netlify Build](https://github.com/netlify/build)'s | ||
and [Netlify Plugins](https://www.netlify.com/products/build/plugins/)' | ||
technical lead for 2.5 years. I am available for full-time remote positions. | ||
# Example | ||
@@ -35,3 +44,3 @@ | ||
This package works in Node.js >=16.17.0. | ||
This package works in Node.js >=18.18.0. | ||
@@ -38,0 +47,0 @@ This is an ES module. It must be loaded using |
Sorry, the diff of this file is not supported yet
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
10133
145
0
Updatedchalk@^5.3.0