color-space
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -38,4 +38,4 @@ /** | ||
lchuv: require('./lchuv'), | ||
husl: require('./husl'), | ||
huslp: require('./huslp'), | ||
hsluv: require('./hsluv'), | ||
hpluv: require('./hpluv'), | ||
cubehelix: require('./cubehelix'), | ||
@@ -42,0 +42,0 @@ coloroid: require('./coloroid'), |
{ | ||
"name": "color-space", | ||
"description": "Color space conversions and data", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"author": "Deema Yvanow <dfcreative@gmail.com>", | ||
@@ -17,2 +17,3 @@ "keywords": [ | ||
"cie", | ||
"hsluv", | ||
"husl", | ||
@@ -33,3 +34,3 @@ "color-convert", | ||
"type": "git", | ||
"url": "http://github.com/dfcreative/color-space.git" | ||
"url": "http://github.com/colorjs/color-space.git" | ||
}, | ||
@@ -43,4 +44,4 @@ "files": [ | ||
"dependencies": { | ||
"husl": "^5.0.0", | ||
"mumath": "^3.0.0" | ||
"hsluv": "^0.0.3", | ||
"mumath": "^3.3.4" | ||
}, | ||
@@ -58,4 +59,4 @@ "devDependencies": { | ||
"min": "ccjs dist/color-space.js --language_in=ECMASCRIPT5 > dist/color-space.min.js && cat dist/color-space.min.js | gzip-size | pretty-bytes", | ||
"watch": "watchify -r ./index:../index -r husl -r assert -r mumath -r queried -d -o test/bundle.js" | ||
"watch": "watchify -r ./index:../index -r hsluv -r assert -r mumath -r queried -d -o test/bundle.js" | ||
} | ||
} |
@@ -1,6 +0,6 @@ | ||
# Color-space [![Build Status](https://travis-ci.org/scijs/color-space.svg?branch=master)](https://travis-ci.org/scijs/color-space) [![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)[![OpenCollective](https://opencollective.com/color-space/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/color-space/sponsors/badge.svg)](#sponsors) | ||
# Color-space [![Build Status](https://travis-ci.org/colorjs/color-space.svg?branch=master)](https://travis-ci.org/colorjs/color-space) [![stable](https://img.shields.io/badge/stability-stable-brightgreen.svg)](http://github.com/badges/stability-badges) [![OpenCollective](https://opencollective.com/color-space/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/color-space/sponsors/badge.svg)](#sponsors) | ||
<img src="https://raw.githubusercontent.com/scijs/color-space/gh-pages/logo.png" width="100%" height="150"/> | ||
<img src="https://raw.githubusercontent.com/colorjs/color-space/gh-pages/logo.png" width="100%" height="150"/> | ||
Conversions and data for color spaces. [Demo](http://scijs.github.io/color-space). | ||
Conversions and data for color spaces. [Demo](http://colorjs.github.io/color-space). | ||
@@ -57,4 +57,4 @@ | ||
* [x] [LCH<sub>uv</sub>](http://en.wikipedia.org/wiki/CIELUV#Cylindrical_representation) | ||
* [x] [H<sub>u</sub>SL](http://www.boronine.com/husl/) | ||
* [x] [H<sub>u</sub>SL<sub>p</sub>](http://www.boronine.com/husl/) | ||
* [x] [HSL<sub>uv</sub>](http://www.hsluv.org/) | ||
* [x] [HPL<sub>uv</sub>](http://www.hsluv.org/) | ||
* [x] [LAB<sub>Hunter</sub>](http://en.wikipedia.org/wiki/Lab_color_space#Hunter_Lab) | ||
@@ -61,0 +61,0 @@ * [x] [YUV](https://en.wikipedia.org/?title=YUV) |
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
82898
+ Addedhsluv@^0.0.3
+ Addedhsluv@0.0.3(transitive)
- Removedhusl@^5.0.0
- Removedhusl@5.0.3(transitive)
Updatedmumath@^3.3.4