package.json 1.7 KB

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