package.json 1.5 KB

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