package.json 1.6 KB

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