package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "picocolors@0.2.1",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "picocolors@0.2.1",
  10. "_id": "picocolors@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
  13. "_location": "/picocolors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "picocolors@0.2.1",
  19. "name": "picocolors",
  20. "escapedName": "picocolors",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/postcss"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
  29. "_spec": "0.2.1",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  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. "description": "The tiniest and the fastest coloring library ever",
  41. "files": [
  42. "picocolors.*",
  43. "types.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": "0.2.1"
  63. }