package.json 1.7 KB

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