|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "rgb2hex@0.2.3",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "rgb2hex@0.2.3",
- "_id": "rgb2hex@0.2.3",
- "_inBundle": false,
- "_integrity": "sha512-clEe0m1xv+Tva1B/TOepuIcvLAxP0U+sCDfgt1SX1HmI2Ahr5/Cd/nzJM1e78NKVtWdoo0s33YehpFA8UfIShQ==",
- "_location": "/rgb2hex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "rgb2hex@0.2.3",
- "name": "rgb2hex",
- "escapedName": "rgb2hex",
- "rawSpec": "0.2.3",
- "saveSpec": null,
- "fetchSpec": "0.2.3"
- },
- "_requiredBy": [
- "/webdriverio"
- ],
- "_resolved": "https://registry.npmjs.org/rgb2hex/-/rgb2hex-0.2.3.tgz",
- "_spec": "0.2.3",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Christian Bromann",
- "email": "mail@christian-bromann.com"
- },
- "bugs": {
- "url": "https://github.com/christian-bromann/rgb2hex/issues"
- },
- "description": "lightweight rgb/rgba to hex parser",
- "devDependencies": {
- "jest": "^26.6.3"
- },
- "homepage": "https://github.com/christian-bromann/rgb2hex",
- "jest": {
- "coverageThreshold": {
- "global": {
- "branches": 100,
- "functions": 100,
- "lines": 100,
- "statements": 100
- }
- }
- },
- "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": "jest --coverage",
- "test": "jest"
- },
- "types": "./index.d.ts",
- "version": "0.2.3"
- }
|