package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "color-string@^0.3.0",
  3. "_id": "color-string@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=",
  6. "_location": "/color-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "color-string@^0.3.0",
  12. "name": "color-string",
  13. "escapedName": "color-string",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/color"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
  22. "_shasum": "27d46fb67025c5c2fa25993bfbf579e47841b991",
  23. "_spec": "color-string@^0.3.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\color",
  25. "author": {
  26. "name": "Heather Arthur",
  27. "email": "fayearthur@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/harthur/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. "dependencies": {
  43. "color-name": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Parser and generator for CSS color strings",
  47. "devDependencies": {},
  48. "homepage": "https://github.com/harthur/color-string#readme",
  49. "keywords": [
  50. "color",
  51. "colour",
  52. "rgb",
  53. "css"
  54. ],
  55. "license": "MIT",
  56. "main": "./color-string",
  57. "name": "color-string",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/harthur/color-string.git"
  61. },
  62. "scripts": {
  63. "test": "node test/basic.js"
  64. },
  65. "version": "0.3.0"
  66. }