package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "color-string@1.9.1",
  3. "_id": "color-string@1.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
  6. "_location": "/color-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "color-string@1.9.1",
  12. "name": "color-string",
  13. "escapedName": "color-string",
  14. "rawSpec": "1.9.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.9.1"
  17. },
  18. "_requiredBy": [
  19. "/color"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
  22. "_shasum": "4467f9146f036f855b764dfb5bf8582bf342c7a4",
  23. "_spec": "color-string@1.9.1",
  24. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/color",
  25. "author": {
  26. "name": "Heather Arthur",
  27. "email": "fayearthur@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Qix-/color-string/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Maxime Thirouin"
  36. },
  37. {
  38. "name": "Dyma Ywanov",
  39. "email": "dfcreative@gmail.com"
  40. },
  41. {
  42. "name": "Josh Junon"
  43. }
  44. ],
  45. "dependencies": {
  46. "color-name": "^1.0.0",
  47. "simple-swizzle": "^0.2.2"
  48. },
  49. "deprecated": false,
  50. "description": "Parser and generator for CSS color strings",
  51. "devDependencies": {
  52. "xo": "^0.12.1"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/Qix-/color-string#readme",
  58. "keywords": [
  59. "color",
  60. "colour",
  61. "rgb",
  62. "css"
  63. ],
  64. "license": "MIT",
  65. "name": "color-string",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/Qix-/color-string.git"
  69. },
  70. "scripts": {
  71. "pretest": "xo",
  72. "test": "node test/basic.js"
  73. },
  74. "version": "1.9.1",
  75. "xo": {
  76. "rules": {
  77. "no-cond-assign": 0,
  78. "operator-linebreak": 0
  79. }
  80. }
  81. }