Feuerwehr-eppingen/node_modules/color-convert/package.json

127 lines
3.0 KiB
JSON

{
"_args": [
[
{
"raw": "color-convert@^1.9.0",
"scope": null,
"escapedName": "color-convert",
"name": "color-convert",
"rawSpec": "^1.9.0",
"spec": ">=1.9.0 <2.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/ansi-styles"
]
],
"_from": "color-convert@>=1.9.0 <2.0.0",
"_id": "color-convert@1.9.1",
"_inCache": true,
"_location": "/color-convert",
"_nodeVersion": "9.0.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/color-convert-1.9.1.tgz_1510178336068_0.0703919562511146"
},
"_npmUser": {
"name": "qix",
"email": "i.am.qix@gmail.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "color-convert@^1.9.0",
"scope": null,
"escapedName": "color-convert",
"name": "color-convert",
"rawSpec": "^1.9.0",
"spec": ">=1.9.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/ansi-styles",
"/color"
],
"_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz",
"_shasum": "c1261107aeb2f294ebffec9ed9ecad529a6097ed",
"_shrinkwrap": null,
"_spec": "color-convert@^1.9.0",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/ansi-styles",
"author": {
"name": "Heather Arthur",
"email": "fayearthur@gmail.com"
},
"bugs": {
"url": "https://github.com/Qix-/color-convert/issues"
},
"dependencies": {
"color-name": "^1.1.1"
},
"description": "Plain color conversion functions",
"devDependencies": {
"chalk": "^1.1.1",
"xo": "^0.11.2"
},
"directories": {},
"dist": {
"integrity": "sha512-mjGanIiwQJskCC18rPR6OmrZ6fm2Lc7PeGFYwCmy5J34wC6F1PzdGL6xeMfmgicfYcNLGuVFA3WzXtIDCQSZxQ==",
"shasum": "c1261107aeb2f294ebffec9ed9ecad529a6097ed",
"tarball": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.tgz"
},
"files": [
"index.js",
"conversions.js",
"css-keywords.js",
"route.js"
],
"gitHead": "1df58eff59b30d075513860cf69f8aec4620140d",
"homepage": "https://github.com/Qix-/color-convert#readme",
"keywords": [
"color",
"colour",
"convert",
"converter",
"conversion",
"rgb",
"hsl",
"hsv",
"hwb",
"cmyk",
"ansi",
"ansi16"
],
"license": "MIT",
"maintainers": [
{
"name": "harth",
"email": "fayearthur@gmail.com"
},
{
"name": "moox",
"email": "m@moox.io"
},
{
"name": "qix",
"email": "i.am.qix@gmail.com"
}
],
"name": "color-convert",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Qix-/color-convert.git"
},
"scripts": {
"pretest": "xo",
"test": "node test/basic.js"
},
"version": "1.9.1",
"xo": {
"rules": {
"default-case": 0,
"no-inline-comments": 0,
"operator-linebreak": 0
}
}
}