package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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/helper-function-name/@babel/code-frame",
  20. "/@babel/helper-module-transforms/@babel/code-frame",
  21. "/@babel/helper-wrap-function/@babel/code-frame",
  22. "/@babel/plugin-transform-async-to-generator/@babel/code-frame",
  23. "/@babel/plugin-transform-computed-properties/@babel/code-frame",
  24. "/autoprefixer",
  25. "/postcss",
  26. "/svgo",
  27. "/update-browserslist-db"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
  30. "_shasum": "3d321af3eab939b083c8f929a1d12cda81c26b6b",
  31. "_spec": "picocolors@^1.1.1",
  32. "_where": "/data/wwwroot/qimall/node/node_modules/update-browserslist-db",
  33. "author": {
  34. "name": "Alexey Raspopov"
  35. },
  36. "browser": {
  37. "./picocolors.js": "./picocolors.browser.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/alexeyraspopov/picocolors/issues"
  41. },
  42. "bundleDependencies": false,
  43. "deprecated": false,
  44. "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
  45. "files": [
  46. "picocolors.*",
  47. "types.d.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.1.1"
  67. }