package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "color-convert@1.9.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "color-convert@1.9.3",
  10. "_id": "color-convert@1.9.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-u3GFBpDh8TZWfeYp0tVHHe2kweg=",
  13. "_location": "/color-convert",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "color-convert@1.9.3",
  19. "name": "color-convert",
  20. "escapedName": "color-convert",
  21. "rawSpec": "1.9.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.9.3"
  24. },
  25. "_requiredBy": [
  26. "/ansi-styles",
  27. "/color"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/color-convert/download/color-convert-1.9.3.tgz",
  30. "_spec": "1.9.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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.3"
  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.3",
  79. "xo": {
  80. "rules": {
  81. "default-case": 0,
  82. "no-inline-comments": 0,
  83. "operator-linebreak": 0
  84. }
  85. }
  86. }