package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "color-support@^1.1.3",
  3. "_id": "color-support@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
  6. "_location": "/color-support",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "color-support@^1.1.3",
  12. "name": "color-support",
  13. "escapedName": "color-support",
  14. "rawSpec": "^1.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.3"
  17. },
  18. "_requiredBy": [
  19. "/gulp-autoprefixer/fancy-log"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  22. "_shasum": "93834379a1cc9a0c61f82f52f0d04322251bd5a2",
  23. "_spec": "color-support@^1.1.3",
  24. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c/node_modules/gulp-autoprefixer/node_modules/fancy-log",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bin": {
  31. "color-support": "bin.js"
  32. },
  33. "browser": "browser.js",
  34. "bugs": {
  35. "url": "https://github.com/isaacs/color-support/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "A module which will endeavor to guess your terminal's level of color support.",
  40. "devDependencies": {
  41. "tap": "^10.3.3"
  42. },
  43. "files": [
  44. "browser.js",
  45. "index.js",
  46. "bin.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/color-support#readme",
  49. "keywords": [
  50. "terminal",
  51. "color",
  52. "support",
  53. "xterm",
  54. "truecolor",
  55. "256"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "color-support",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/isaacs/color-support.git"
  63. },
  64. "scripts": {
  65. "postpublish": "git push origin --all; git push origin --tags",
  66. "postversion": "npm publish",
  67. "preversion": "npm test",
  68. "test": "tap test/*.js --100 -J"
  69. },
  70. "version": "1.1.3"
  71. }