package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "kolorist@^1.8.0",
  3. "_id": "kolorist@1.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==",
  6. "_location": "/kolorist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "kolorist@^1.8.0",
  12. "name": "kolorist",
  13. "escapedName": "kolorist",
  14. "rawSpec": "^1.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.8.0"
  17. },
  18. "_requiredBy": [
  19. "/@iconify/utils",
  20. "/unplugin-icons"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz",
  23. "_shasum": "edddbbbc7894bc13302cdf740af6374d4a04743c",
  24. "_spec": "kolorist@^1.8.0",
  25. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\unplugin-icons",
  26. "author": {
  27. "name": "Marvin Hagemeister",
  28. "email": "hello@marvinh.dev"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/marvinhagemeister/kolorist/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A tiny utility to colorize stdin/stdout",
  36. "devDependencies": {
  37. "@changesets/cli": "^2.26.0",
  38. "@esbuild-kit/cjs-loader": "^2.4.1",
  39. "@types/mocha": "^8.2.1",
  40. "@types/node": "^14.14.35",
  41. "mocha": "^8.3.2",
  42. "node-pty": "^0.10.0",
  43. "prettier": "^2.2.1",
  44. "rimraf": "^3.0.2",
  45. "typescript": "^4.2.3"
  46. },
  47. "exports": {
  48. ".": {
  49. "types": "./dist/types/index.d.ts",
  50. "browser": "./dist/module/index.js",
  51. "import": "./dist/esm/index.mjs",
  52. "require": "./dist/cjs/index.js"
  53. },
  54. "./package.json": "./package.json",
  55. "./*": "./*"
  56. },
  57. "files": [
  58. "dist/"
  59. ],
  60. "homepage": "https://github.com/marvinhagemeister/kolorist#readme",
  61. "license": "MIT",
  62. "main": "dist/cjs/index.js",
  63. "module": "dist/module/index.js",
  64. "name": "kolorist",
  65. "prettier": {
  66. "useTabs": true,
  67. "arrowParens": "avoid",
  68. "singleQuote": true
  69. },
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/marvinhagemeister/kolorist.git"
  73. },
  74. "scripts": {
  75. "build": "rimraf dist/ && tsc && tsc -p tsconfig.module.json && tsc -p tsconfig.esm.json && node tools/post-build.js",
  76. "prepublishOnly": "npm run build",
  77. "test": "mocha -r @esbuild-kit/cjs-loader --extension ts,js src/*.test.ts"
  78. },
  79. "types": "dist/types/index.d.ts",
  80. "version": "1.8.0"
  81. }