package.json 1.9 KB

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