package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "picocolors@1.0.0",
  5. "/Users/mac/projects/mime/mine"
  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. "/autoprefixer",
  26. "/launch-editor",
  27. "/postcss",
  28. "/svgo",
  29. "/update-browserslist-db",
  30. "/webpack-bundle-analyzer"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
  33. "_spec": "1.0.0",
  34. "_where": "/Users/mac/projects/mime/mine",
  35. "author": {
  36. "name": "Alexey Raspopov"
  37. },
  38. "browser": {
  39. "./picocolors.js": "./picocolors.browser.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/alexeyraspopov/picocolors/issues"
  43. },
  44. "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
  45. "files": [
  46. "picocolors.*",
  47. "types.ts"
  48. ],
  49. "homepage": "https://github.com/alexeyraspopov/picocolors#readme",
  50. "keywords": [
  51. "terminal",
  52. "colors",
  53. "formatting",
  54. "cli",
  55. "console"
  56. ],
  57. "license": "ISC",
  58. "main": "./picocolors.js",
  59. "name": "picocolors",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/alexeyraspopov/picocolors.git"
  63. },
  64. "sideEffects": false,
  65. "types": "./picocolors.d.ts",
  66. "version": "1.0.0"
  67. }