package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "//": "But not version 5 of string-width, as that's ESM only",
  3. "_args": [
  4. [
  5. "wide-align@1.1.5",
  6. "E:\\2023\\5\\myjadmin"
  7. ]
  8. ],
  9. "_development": true,
  10. "_from": "wide-align@1.1.5",
  11. "_id": "wide-align@1.1.5",
  12. "_inBundle": false,
  13. "_integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
  14. "_location": "/wide-align",
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "wide-align@1.1.5",
  20. "name": "wide-align",
  21. "escapedName": "wide-align",
  22. "rawSpec": "1.1.5",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.5"
  25. },
  26. "_requiredBy": [
  27. "/gauge"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
  30. "_spec": "1.1.5",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Rebecca Turner",
  34. "email": "me@re-becca.org",
  35. "url": "http://re-becca.org/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/iarna/wide-align/issues"
  39. },
  40. "dependencies": {
  41. "string-width": "^1.0.2 || 2 || 3 || 4"
  42. },
  43. "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
  44. "devDependencies": {
  45. "tap": "*"
  46. },
  47. "files": [
  48. "align.js"
  49. ],
  50. "homepage": "https://github.com/iarna/wide-align#readme",
  51. "keywords": [
  52. "wide",
  53. "double",
  54. "unicode",
  55. "cjkv",
  56. "pad",
  57. "align"
  58. ],
  59. "license": "ISC",
  60. "main": "align.js",
  61. "name": "wide-align",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/iarna/wide-align.git"
  65. },
  66. "scripts": {
  67. "test": "tap --coverage test/*.js"
  68. },
  69. "version": "1.1.5"
  70. }