chat-server/node_modules/color/package.json

109 lines
2.6 KiB
JSON
Raw Permalink Normal View History

2019-04-10 13:07:31 +10:00
{
"_args": [
[
"color@3.0.x",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/colorspace"
]
],
"_from": "color@>=3.0.0 <3.1.0",
"_id": "color@3.0.0",
"_inCache": true,
"_installable": true,
"_location": "/color",
"_nodeVersion": "9.3.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/color-3.0.0.tgz_1516878409954_0.8857567375525832"
},
"_npmUser": {
"email": "i.am.qix@gmail.com",
"name": "qix"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"name": "color",
"raw": "color@3.0.x",
"rawSpec": "3.0.x",
"scope": null,
"spec": ">=3.0.0 <3.1.0",
"type": "range"
},
"_requiredBy": [
"/colorspace"
],
"_resolved": "https://registry.npmjs.org/color/-/color-3.0.0.tgz",
"_shasum": "d920b4328d534a3ac8295d68f7bd4ba6c427be9a",
"_shrinkwrap": null,
"_spec": "color@3.0.x",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/colorspace",
"authors": [
"Heather Arthur <fayearthur@gmail.com>",
"Josh Junon <i.am.qix@gmail.com>",
"Maxime Thirouin"
],
"bugs": {
"url": "https://github.com/Qix-/color/issues"
},
"dependencies": {
"color-convert": "^1.9.1",
"color-string": "^1.5.2"
},
"description": "Color conversion and manipulation with CSS string support",
"devDependencies": {
"mocha": "^2.2.5",
"xo": "^0.12.1"
},
"directories": {},
"dist": {
"integrity": "sha512-jCpd5+s0s0t7p3pHQKpnJ0TpQKKdleP71LWcA0aqiljpiuAkOSUFN/dyH8ZwF0hRmFlrIuRhufds1QyEP9EB+w==",
"shasum": "d920b4328d534a3ac8295d68f7bd4ba6c427be9a",
"tarball": "https://registry.npmjs.org/color/-/color-3.0.0.tgz"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"
],
"gitHead": "99266cebff6d898fc6a783a483812e322b03d5fa",
"homepage": "https://github.com/Qix-/color#readme",
"keywords": [
"color",
"colour",
"css"
],
"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",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Qix-/color.git"
},
"scripts": {
"pretest": "xo",
"test": "mocha"
},
"version": "3.0.0",
"xo": {
"rules": {
"new-cap": 0,
"no-cond-assign": 0
}
}
}