package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "/launch-editor",
  20. "/update-browserslist-db"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
  23. "_shasum": "cb5bdc74ff3f51892236eaf79d68bc44564ab81c",
  24. "_spec": "picocolors@^1.0.0",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\update-browserslist-db",
  26. "author": {
  27. "name": "Alexey Raspopov"
  28. },
  29. "browser": {
  30. "./picocolors.js": "./picocolors.browser.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/alexeyraspopov/picocolors/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
  38. "files": [
  39. "picocolors.*",
  40. "types.ts"
  41. ],
  42. "homepage": "https://github.com/alexeyraspopov/picocolors#readme",
  43. "keywords": [
  44. "terminal",
  45. "colors",
  46. "formatting",
  47. "cli",
  48. "console"
  49. ],
  50. "license": "ISC",
  51. "main": "./picocolors.js",
  52. "name": "picocolors",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/alexeyraspopov/picocolors.git"
  56. },
  57. "sideEffects": false,
  58. "types": "./picocolors.d.ts",
  59. "version": "1.0.0"
  60. }