package.json 1.9 KB

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