package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "color-convert@^1.3.0",
  3. "_id": "color-convert@1.9.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
  6. "_location": "/color-convert",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "color-convert@^1.3.0",
  12. "name": "color-convert",
  13. "escapedName": "color-convert",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/chalk/ansi-styles",
  20. "/color",
  21. "/cssnano-preset-default/color"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
  24. "_shasum": "bb71850690e1f136567de629d2d5471deda4c1e8",
  25. "_spec": "color-convert@^1.3.0",
  26. "_where": "D:\\workSpace\\dealer_front\\node_modules\\color",
  27. "author": {
  28. "name": "Heather Arthur",
  29. "email": "fayearthur@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/Qix-/color-convert/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "color-name": "1.1.3"
  37. },
  38. "deprecated": false,
  39. "description": "Plain color conversion functions",
  40. "devDependencies": {
  41. "chalk": "1.1.1",
  42. "xo": "0.11.2"
  43. },
  44. "files": [
  45. "index.js",
  46. "conversions.js",
  47. "css-keywords.js",
  48. "route.js"
  49. ],
  50. "homepage": "https://github.com/Qix-/color-convert#readme",
  51. "keywords": [
  52. "color",
  53. "colour",
  54. "convert",
  55. "converter",
  56. "conversion",
  57. "rgb",
  58. "hsl",
  59. "hsv",
  60. "hwb",
  61. "cmyk",
  62. "ansi",
  63. "ansi16"
  64. ],
  65. "license": "MIT",
  66. "name": "color-convert",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/Qix-/color-convert.git"
  70. },
  71. "scripts": {
  72. "pretest": "xo",
  73. "test": "node test/basic.js"
  74. },
  75. "version": "1.9.3",
  76. "xo": {
  77. "rules": {
  78. "default-case": 0,
  79. "no-inline-comments": 0,
  80. "operator-linebreak": 0
  81. }
  82. }
  83. }