/var/www/verywell.gr/server/delivery/node_modules/color
Edit: /var/www/verywell.gr/server/delivery/node_modules/color/package.json (1682B)
{
"_from": "color@^3.1.3",
"_id": "color@3.2.1",
"_inBundle": false,
"_integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==",
"_location": "/color",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "color@^3.1.3",
"name": "color",
"escapedName": "color",
"rawSpec": "^3.1.3",
"saveSpec": null,
"fetchSpec": "^3.1.3"
},
"_requiredBy": [
"/colorspace"
],
"_resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz",
"_shasum": "3544dc198caf4490c3ecc9a790b54fe9ff45e164",
"_spec": "color@^3.1.3",
"_where": "/var/www/p4ela.net/server/delivery/node_modules/colorspace",
"authors": [
"Josh Junon
",
"Heather Arthur ",
"Maxime Thirouin"
],
"bugs": {
"url": "https://github.com/Qix-/color/issues"
},
"bundleDependencies": false,
"dependencies": {
"color-convert": "^1.9.3",
"color-string": "^1.6.0"
},
"deprecated": false,
"description": "Color conversion and manipulation with CSS string support",
"devDependencies": {
"mocha": "9.0.2",
"xo": "0.12.1"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"homepage": "https://github.com/Qix-/color#readme",
"keywords": [
"color",
"colour",
"css"
],
"license": "MIT",
"name": "color",
"repository": {
"type": "git",
"url": "git+https://github.com/Qix-/color.git"
},
"scripts": {
"pretest": "xo",
"test": "mocha"
},
"version": "3.2.1",
"xo": {
"rules": {
"no-cond-assign": 0,
"new-cap": 0
}
}
}