package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. "/home/conte/data/reveal.js/node_modules/gauge"
  14. ]
  15. ],
  16. "_from": "wide-align@>=1.1.0 <2.0.0",
  17. "_id": "wide-align@1.1.2",
  18. "_inCache": true,
  19. "_location": "/wide-align",
  20. "_nodeVersion": "7.7.4",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/wide-align-1.1.2.tgz_1494527486997_0.9166653461288661"
  24. },
  25. "_npmUser": {
  26. "name": "iarna",
  27. "email": "me@re-becca.org"
  28. },
  29. "_npmVersion": "4.6.1",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "wide-align@^1.1.0",
  33. "scope": null,
  34. "escapedName": "wide-align",
  35. "name": "wide-align",
  36. "rawSpec": "^1.1.0",
  37. "spec": ">=1.1.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/gauge"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz",
  44. "_shasum": "571e0f1b0604636ebc0dfc21b0339bbe31341710",
  45. "_shrinkwrap": null,
  46. "_spec": "wide-align@^1.1.0",
  47. "_where": "/home/conte/data/reveal.js/node_modules/gauge",
  48. "author": {
  49. "name": "Rebecca Turner",
  50. "email": "me@re-becca.org",
  51. "url": "http://re-becca.org/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/iarna/wide-align/issues"
  55. },
  56. "dependencies": {
  57. "string-width": "^1.0.2"
  58. },
  59. "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
  60. "devDependencies": {
  61. "tap": "^10.3.2"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "integrity": "sha512-ijDLlyQ7s6x1JgCLur53osjm/UXUYD9+0PbYKrBsYisYXzCxN+HC3mYDNy/dWdmf3AwqwU3CXwDCvsNgGK1S0w==",
  66. "shasum": "571e0f1b0604636ebc0dfc21b0339bbe31341710",
  67. "tarball": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.2.tgz"
  68. },
  69. "files": [
  70. "align.js"
  71. ],
  72. "gitHead": "f904295d03f73ddce10c2c1b0808513ebb5525c6",
  73. "homepage": "https://github.com/iarna/wide-align#readme",
  74. "keywords": [
  75. "wide",
  76. "double",
  77. "unicode",
  78. "cjkv",
  79. "pad",
  80. "align"
  81. ],
  82. "license": "ISC",
  83. "main": "align.js",
  84. "maintainers": [
  85. {
  86. "name": "iarna",
  87. "email": "me@re-becca.org"
  88. }
  89. ],
  90. "name": "wide-align",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/iarna/wide-align.git"
  96. },
  97. "scripts": {
  98. "test": "tap --coverage test/*.js",
  99. "version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json"
  100. },
  101. "version": "1.1.2"
  102. }