package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "colorette@^1.2.1",
  3. "_id": "colorette@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==",
  6. "_location": "/colorette",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "colorette@^1.2.1",
  12. "name": "colorette",
  13. "escapedName": "colorette",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/autoprefixer",
  20. "/browserslist"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz",
  23. "_shasum": "cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94",
  24. "_spec": "colorette@^1.2.1",
  25. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\browserslist",
  26. "author": {
  27. "name": "Jorge Bucaran"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jorgebucaran/colorette/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Easily set the color and style of text in the terminal.",
  35. "devDependencies": {
  36. "c8": "*",
  37. "twist": "*"
  38. },
  39. "exports": {
  40. "./package.json": "./package.json",
  41. ".": {
  42. "require": "./index.cjs",
  43. "import": "./index.js"
  44. }
  45. },
  46. "files": [
  47. "*.*(c)[tj]s*"
  48. ],
  49. "homepage": "https://github.com/jorgebucaran/colorette#readme",
  50. "keywords": [
  51. "terminal",
  52. "styles",
  53. "color",
  54. "ansi"
  55. ],
  56. "license": "MIT",
  57. "main": "index.cjs",
  58. "module": "index.js",
  59. "name": "colorette",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/jorgebucaran/colorette.git"
  63. },
  64. "scripts": {
  65. "build": "node -e \"fs.writeFileSync('index.cjs',fs.readFileSync('index.js','utf8').replace(/export const /g,'exports.'),'utf8')\"",
  66. "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags",
  67. "prepare": "npm run build",
  68. "release": "tag=$npm_package_version npm run deploy && npm publish --access public",
  69. "test": "c8 twist tests/*.js"
  70. },
  71. "type": "module",
  72. "types": "index.d.ts",
  73. "version": "1.2.2"
  74. }