You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. "/fancy-log",
  20. "/gulp/gulp-cli"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
  23. "_shasum": "93834379a1cc9a0c61f82f52f0d04322251bd5a2",
  24. "_spec": "color-support@^1.1.3",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bin": {
  32. "color-support": "bin.js"
  33. },
  34. "browser": "browser.js",
  35. "bugs": {
  36. "url": "https://github.com/isaacs/color-support/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "A module which will endeavor to guess your terminal's level of color support.",
  41. "devDependencies": {
  42. "tap": "^10.3.3"
  43. },
  44. "files": [
  45. "browser.js",
  46. "index.js",
  47. "bin.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/color-support#readme",
  50. "keywords": [
  51. "terminal",
  52. "color",
  53. "support",
  54. "xterm",
  55. "truecolor",
  56. "256"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "color-support",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/isaacs/color-support.git"
  64. },
  65. "scripts": {
  66. "postpublish": "git push origin --all; git push origin --tags",
  67. "postversion": "npm publish",
  68. "preversion": "npm test",
  69. "test": "tap test/*.js --100 -J"
  70. },
  71. "version": "1.1.3"
  72. }