package.json 1.5 KB

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