package.json 1.7 KB

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