package.json 2.0 KB

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