notes/node_modules/color-diff/package.json

90 lines
2.3 KiB
JSON

{
"_args": [
[
"color-diff@^0.1.3",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/colorguard"
]
],
"_from": "color-diff@>=0.1.3 <0.2.0",
"_id": "color-diff@0.1.7",
"_inCache": true,
"_installable": true,
"_location": "/color-diff",
"_npmUser": {
"email": "markus@botten.org",
"name": "markusn"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "color-diff",
"raw": "color-diff@^0.1.3",
"rawSpec": "^0.1.3",
"scope": null,
"spec": ">=0.1.3 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/colorguard"
],
"_resolved": "https://registry.npmjs.org/color-diff/-/color-diff-0.1.7.tgz",
"_shasum": "6db78cd9482a8e459d40821eaf4b503283dcb8e2",
"_shrinkwrap": null,
"_spec": "color-diff@^0.1.3",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/colorguard",
"author": {
"name": "markusn kael"
},
"bugs": {
"url": "https://github.com/markusn/color-diff/issues"
},
"dependencies": {},
"description": "Implemets the CIEDE2000 color difference algorithm, conversion between RGB and LAB color and mapping all colors in palette X to the closest or most different color in palette Y based on the CIEDE2000 difference.",
"devDependencies": {
"assert": "~0.4.9",
"coveralls": "~2.1.0",
"istanbul": "~0.1.40",
"mocha": "~1.12.0"
},
"directories": {},
"dist": {
"shasum": "6db78cd9482a8e459d40821eaf4b503283dcb8e2",
"tarball": "https://registry.npmjs.org/color-diff/-/color-diff-0.1.7.tgz"
},
"gitHead": "61269601ac72e65afd111565bfa68a2d13092de0",
"homepage": "https://github.com/markusn/color-diff",
"keywords": [
"CIEDE2000",
"closest",
"color",
"color-diff",
"conversion",
"convert",
"diff",
"pallette"
],
"license": "BSD",
"main": "lib/index.js",
"maintainers": [
{
"name": "kael",
"email": "i@kael.me"
},
{
"name": "markusn",
"email": "markus@botten.org"
}
],
"name": "color-diff",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/markusn/color-diff.git"
},
"scripts": {
"test": "istanbul cover _mocha && ((cat coverage/lcov.info | coveralls) || exit 0)"
},
"version": "0.1.7"
}