package.json 1.7 KB

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