package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "colorette@1.2.1",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "colorette@1.2.1",
  10. "_id": "colorette@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==",
  13. "_location": "/colorette",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "colorette@1.2.1",
  19. "name": "colorette",
  20. "escapedName": "colorette",
  21. "rawSpec": "1.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.1"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz",
  29. "_spec": "1.2.1",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Jorge Bucaran"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jorgebucaran/colorette/issues"
  36. },
  37. "description": "Color your terminal using pure idiomatic JavaScript.",
  38. "devDependencies": {
  39. "c8": "7.2.0",
  40. "testmatrix": "0.1.2"
  41. },
  42. "exports": {
  43. "./package.json": "./package.json",
  44. ".": {
  45. "require": "./index.cjs",
  46. "import": "./index.js"
  47. }
  48. },
  49. "files": [
  50. "index.*",
  51. "colorette.d.ts"
  52. ],
  53. "homepage": "https://github.com/jorgebucaran/colorette",
  54. "keywords": [
  55. "colorette",
  56. "terminal",
  57. "styles",
  58. "color",
  59. "ansi"
  60. ],
  61. "license": "MIT",
  62. "main": "index.cjs",
  63. "module": "index.js",
  64. "name": "colorette",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jorgebucaran/colorette.git"
  68. },
  69. "scripts": {
  70. "build": "node -e \"fs.writeFileSync('index.cjs',fs.readFileSync('index.js','utf8').replace(/export const /g,'exports.'),'utf8')\"",
  71. "release": "v=$npm_package_version; git commit -am $v && git tag -s $v -m $v && git push && git push --tags && npm publish",
  72. "test": "c8 testmatrix test/*.cjs"
  73. },
  74. "type": "module",
  75. "types": "colorette.d.ts",
  76. "version": "1.2.1"
  77. }