package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "picocolors@1.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "picocolors@1.0.0",
  10. "_id": "picocolors@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
  13. "_location": "/picocolors",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "picocolors@1.0.0",
  19. "name": "picocolors",
  20. "escapedName": "picocolors",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/browserslist",
  27. "/launch-editor"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Alexey Raspopov"
  34. },
  35. "browser": {
  36. "./picocolors.js": "./picocolors.browser.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/alexeyraspopov/picocolors/issues"
  40. },
  41. "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
  42. "files": [
  43. "picocolors.*",
  44. "types.ts"
  45. ],
  46. "homepage": "https://github.com/alexeyraspopov/picocolors#readme",
  47. "keywords": [
  48. "terminal",
  49. "colors",
  50. "formatting",
  51. "cli",
  52. "console"
  53. ],
  54. "license": "ISC",
  55. "main": "./picocolors.js",
  56. "name": "picocolors",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/alexeyraspopov/picocolors.git"
  60. },
  61. "sideEffects": false,
  62. "types": "./picocolors.d.ts",
  63. "version": "1.0.0"
  64. }