package.json 1.8 KB

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