package.json 2.1 KB

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