package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "picocolors@^1.0.0",
  3. "_id": "picocolors@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  6. "_location": "/picocolors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "picocolors@^1.0.0",
  12. "name": "picocolors",
  13. "escapedName": "picocolors",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/browserslist",
  20. "/launch-editor",
  21. "/postcss-html/postcss",
  22. "/stylelint",
  23. "/stylelint/postcss"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  26. "_shasum": "cb5bdc74ff3f51892236eaf79d68bc44564ab81c",
  27. "_spec": "picocolors@^1.0.0",
  28. "_where": "H:\\gs_nuxt\\node_modules\\browserslist",
  29. "author": {
  30. "name": "Alexey Raspopov"
  31. },
  32. "browser": {
  33. "./picocolors.js": "./picocolors.browser.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/alexeyraspopov/picocolors/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  40. "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
  41. "files": [
  42. "picocolors.*",
  43. "types.ts"
  44. ],
  45. "homepage": "https://github.com/alexeyraspopov/picocolors#readme",
  46. "keywords": [
  47. "terminal",
  48. "colors",
  49. "formatting",
  50. "cli",
  51. "console"
  52. ],
  53. "license": "ISC",
  54. "main": "./picocolors.js",
  55. "name": "picocolors",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/alexeyraspopov/picocolors.git"
  59. },
  60. "sideEffects": false,
  61. "types": "./picocolors.d.ts",
  62. "version": "1.0.0"
  63. }