package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "wide-align@^1.1.0",
  6. "scope": null,
  7. "escapedName": "wide-align",
  8. "name": "wide-align",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gauge"
  14. ]
  15. ],
  16. "_from": "wide-align@>=1.1.0 <2.0.0",
  17. "_id": "wide-align@1.1.0",
  18. "_inCache": true,
  19. "_location": "/wide-align",
  20. "_nodeVersion": "4.2.2",
  21. "_npmUser": {
  22. "name": "iarna",
  23. "email": "me@re-becca.org"
  24. },
  25. "_npmVersion": "3.5.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "wide-align@^1.1.0",
  29. "scope": null,
  30. "escapedName": "wide-align",
  31. "name": "wide-align",
  32. "rawSpec": "^1.1.0",
  33. "spec": ">=1.1.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gauge"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz",
  40. "_shasum": "40edde802a71fea1f070da3e62dcda2e7add96ad",
  41. "_shrinkwrap": null,
  42. "_spec": "wide-align@^1.1.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gauge",
  44. "author": {
  45. "name": "Rebecca Turner",
  46. "email": "me@re-becca.org",
  47. "url": "http://re-becca.org/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/iarna/wide-align/issues"
  51. },
  52. "dependencies": {
  53. "string-width": "^1.0.1"
  54. },
  55. "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
  56. "devDependencies": {
  57. "tap": "^2.3.2"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "40edde802a71fea1f070da3e62dcda2e7add96ad",
  62. "tarball": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz"
  63. },
  64. "gitHead": "fe3f7f210650913d5bee702d7e19938f6977bc8a",
  65. "homepage": "https://github.com/iarna/wide-align#readme",
  66. "keywords": [
  67. "wide",
  68. "double",
  69. "unicode",
  70. "cjkv",
  71. "pad",
  72. "align"
  73. ],
  74. "license": "ISC",
  75. "main": "align.js",
  76. "maintainers": [
  77. {
  78. "name": "iarna",
  79. "email": "me@re-becca.org"
  80. }
  81. ],
  82. "name": "wide-align",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/iarna/wide-align.git"
  88. },
  89. "scripts": {
  90. "test": "tap --coverage test/*.js"
  91. },
  92. "version": "1.1.0"
  93. }