package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "color@^0.11.0",
  3. "_id": "color@0.11.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=",
  6. "_location": "/color",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "color@^0.11.0",
  12. "name": "color",
  13. "escapedName": "color",
  14. "rawSpec": "^0.11.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.11.0"
  17. },
  18. "_requiredBy": [
  19. "/colormin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
  22. "_shasum": "6d7b5c74fb65e841cd48792ad1ed5e07b904d764",
  23. "_spec": "color@^0.11.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\colormin",
  25. "authors": [
  26. "Heather Arthur <fayearthur@gmail.com>",
  27. "Maxime Thirouin",
  28. "Josh Junon"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/Qix-/color/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "clone": "^1.0.2",
  36. "color-convert": "^1.3.0",
  37. "color-string": "^0.3.0"
  38. },
  39. "deprecated": false,
  40. "description": "Color conversion and manipulation with CSS string support",
  41. "devDependencies": {
  42. "mocha": "^2.2.5",
  43. "xo": "^0.12.1"
  44. },
  45. "files": [
  46. "CHANGELOG.md",
  47. "LICENSE",
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/Qix-/color#readme",
  51. "keywords": [
  52. "color",
  53. "colour",
  54. "css"
  55. ],
  56. "license": "MIT",
  57. "name": "color",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/Qix-/color.git"
  61. },
  62. "scripts": {
  63. "pretest": "xo",
  64. "test": "mocha"
  65. },
  66. "version": "0.11.4",
  67. "xo": {
  68. "rules": {
  69. "no-cond-assign": 0,
  70. "new-cap": 0
  71. }
  72. }
  73. }