package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "wide-align@^1.1.0",
  3. "_id": "wide-align@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
  6. "_location": "/wide-align",
  7. "_phantomChildren": {
  8. "code-point-at": "1.1.0",
  9. "number-is-nan": "1.0.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "wide-align@^1.1.0",
  15. "name": "wide-align",
  16. "escapedName": "wide-align",
  17. "rawSpec": "^1.1.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^1.1.0"
  20. },
  21. "_requiredBy": [
  22. "/gauge"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
  25. "_shasum": "571e0f1b0604636ebc0dfc21b0339bbe31341710",
  26. "_spec": "wide-align@^1.1.0",
  27. "_where": "/Users/rebecca/code/npm/node_modules/gauge",
  28. "author": {
  29. "name": "Rebecca Turner",
  30. "email": "me@re-becca.org",
  31. "url": "http://re-becca.org/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/iarna/wide-align/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "string-width": "^1.0.2"
  39. },
  40. "deprecated": false,
  41. "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
  42. "devDependencies": {
  43. "tap": "^10.3.2"
  44. },
  45. "files": [
  46. "align.js"
  47. ],
  48. "homepage": "https://github.com/iarna/wide-align#readme",
  49. "keywords": [
  50. "wide",
  51. "double",
  52. "unicode",
  53. "cjkv",
  54. "pad",
  55. "align"
  56. ],
  57. "license": "ISC",
  58. "main": "align.js",
  59. "name": "wide-align",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/iarna/wide-align.git"
  63. },
  64. "scripts": {
  65. "test": "tap --coverage test/*.js",
  66. "version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
  67. },
  68. "version": "1.1.2"
  69. }