Files
enviPy-bayer/static/js/ketcher2/node_modules/rgb2hex/package.json
2025-06-23 20:13:54 +02:00

68 lines
1.7 KiB
JSON

{
"_from": "rgb2hex@~0.1.0",
"_id": "rgb2hex@0.1.0",
"_inBundle": false,
"_integrity": "sha1-zNVfhgrgxcTqN1BLlY5ELY0SMls=",
"_location": "/rgb2hex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rgb2hex@~0.1.0",
"name": "rgb2hex",
"escapedName": "rgb2hex",
"rawSpec": "~0.1.0",
"saveSpec": null,
"fetchSpec": "~0.1.0"
},
"_requiredBy": [
"/webdriverio"
],
"_resolved": "https://registry.npmjs.org/rgb2hex/-/rgb2hex-0.1.0.tgz",
"_shasum": "ccd55f860ae0c5c4ea37504b958e442d8d12325b",
"_spec": "rgb2hex@~0.1.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/webdriverio",
"author": {
"name": "Christian Bromann",
"email": "mail@christian-bromann.com"
},
"bugs": {
"url": "https://github.com/christian-bromann/rgb2hex/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "lightweight rgb/rgba to hex parser",
"devDependencies": {
"coveralls": "^2.10.0",
"istanbul": "^0.2.7",
"mocha": "^1.18.2",
"should": "^3.3.1",
"zuul": "^1.6.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/christian-bromann/rgb2hex",
"keywords": [
"rgb",
"rgba",
"hex",
"color",
"parse",
"parser"
],
"license": "MIT",
"main": "index.js",
"name": "rgb2hex",
"repository": {
"type": "git",
"url": "git://github.com/christian-bromann/rgb2hex.git"
},
"scripts": {
"cover": "istanbul cover ./node_modules/.bin/_mocha --print -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test": "./node_modules/mocha/bin/_mocha",
"travis": "zuul test/rgb2hex.spec.js"
},
"version": "0.1.0"
}