rDrama/node_modules/color/package.json

78 lines
1.6 KiB
JSON

{
"_args": [
[
"color@4.0.1",
"/d"
]
],
"_from": "color@4.0.1",
"_id": "color@4.0.1",
"_inBundle": false,
"_integrity": "sha512-rpZjOKN5O7naJxkH2Rx1sZzzBgaiWECc6BYXjeCE6kF0kcASJYbUq02u7JqIHwCb/j3NhV+QhRL2683aICeGZA==",
"_location": "/color",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "color@4.0.1",
"name": "color",
"escapedName": "color",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"/tailwindcss"
],
"_resolved": "https://registry.npmjs.org/color/-/color-4.0.1.tgz",
"_spec": "4.0.1",
"_where": "/d",
"authors": [
"Josh Junon <josh@junon.me>",
"Heather Arthur <fayearthur@gmail.com>",
"Maxime Thirouin"
],
"bugs": {
"url": "https://github.com/Qix-/color/issues"
},
"dependencies": {
"color-convert": "^2.0.1",
"color-string": "^1.6.0"
},
"description": "Color conversion and manipulation with CSS string support",
"devDependencies": {
"mocha": "9.0.2",
"xo": "0.42.0"
},
"files": [
"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": "4.0.1",
"xo": {
"rules": {
"no-cond-assign": 0,
"new-cap": 0,
"unicorn/prefer-module": 0,
"no-mixed-operators": 0,
"complexity": 0
}
}
}